Merge pull request #104752 from SuperSandro2000/flashrom-broken-darwin

flashrom: mark broken on darwin
This commit is contained in:
Sandro
2020-11-26 02:44:47 +01:00
committed by GitHub

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
};
}