mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
flashrom: mark broken on darwin
This commit is contained in:
parent
5917193cef
commit
96321c63f0
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue