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

This commit is contained in:
mathewprokos 2022-03-26 06:18:27 -07:00 committed by GitHub
parent 7cde130853
commit 8a866feee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,10 +48,11 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [
coreutils
dosfstools
mtools
unzip
zip
] ++ lib.optionals doCheck [
mtools
dosfstools
];
checkInputs = [