fwup: fix darwin #165167 by removing unused dependencies (#165172)

This commit is contained in:
mathewprokos
2022-03-26 14:18:27 +01:00
committed by GitHub
parent 7cde130853
commit 8a866feee8
+3 -2
View File
@@ -48,10 +48,11 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [
coreutils
dosfstools
mtools
unzip
zip
] ++ lib.optionals doCheck [
mtools
dosfstools
];
checkInputs = [