mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
ciao: mark as broken on darwin
This commit is contained in:
parent
da4ef05326
commit
80a692e269
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ suhr ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/ciao.x86_64-darwin
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user