contrast: Fix build

buildRustPackage enabled strictDeps, which broke the build due to glib not being available in the build environment any more.
This commit is contained in:
Jan Tojnar 2020-04-04 08:44:12 +02:00
parent aa2b9c9e99
commit 175941b21f
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -40,6 +40,7 @@ rustPlatform.buildRustPackage rec {
pkgconfig
python3
wrapGAppsHook
glib # for glib-compile-resources
];
buildInputs = [