flashrom: mark broken on darwin

This commit is contained in:
Sandro Jäckel
2020-11-24 10:02:14 +01:00
parent 5917193cef
commit 96321c63f0

View File

@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ funfunctor fpletz ];
platforms = platforms.all;
broken = stdenv.isDarwin; # requires DirectHW
};
}