mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 18:17:38 +00:00
pim6sd: mark as broken on darwin
This commit is contained in:
parent
7dda625e7f
commit
599b22c26f
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/pim6sd.x86_64-darwin
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user