contrast: Fix build

buildRustPackage enabled strictDeps, which broke the build due to glib not being available in the build environment any more.
gstqt5
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
1 changed files with 1 additions and 0 deletions

View File

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