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

View File

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