forked from mirrors/nixpkgs
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:
parent
aa2b9c9e99
commit
175941b21f
|
@ -40,6 +40,7 @@ rustPlatform.buildRustPackage rec {
|
|||
pkgconfig
|
||||
python3
|
||||
wrapGAppsHook
|
||||
glib # for glib-compile-resources
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue