fractal: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-29 07:35:07 +00:00
parent 2e74a9b1bf
commit 5a1bffc7eb
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
python3 python3
rustc rustc
wrapGAppsHook wrapGAppsHook
glib
]; ];
buildInputs = [ buildInputs = [
@ -84,4 +85,3 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ dtzWill worldofpeace ]; maintainers = with maintainers; [ dtzWill worldofpeace ];
}; };
} }