fractal: fix strict deps build

This commit is contained in:
Jörg Thalheim
2020-03-29 12:37:25 +01:00
parent 2e74a9b1bf
commit 5a1bffc7eb
@@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
python3
rustc
wrapGAppsHook
glib
];
buildInputs = [
@@ -84,4 +85,3 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ dtzWill worldofpeace ];
};
}