mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #104752 from SuperSandro2000/flashrom-broken-darwin
flashrom: mark broken on darwin
This commit is contained in:
commit
6e0a7bf4b8
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ funfunctor fpletz ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin; # requires DirectHW
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user