Merge pull request #151210 from veprbl/pr/broken_ciao

ciao: mark as broken on darwin
This commit is contained in:
Domen Kožar 2021-12-19 06:27:10 +00:00 committed by GitHub
commit f750963cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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