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

View File

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