jabcode: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2022-01-19 13:47:39 -05:00
parent 82500ee3bc
commit e63bffa2bd
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
maintainers = [ maintainers.xaverdh ];
platforms = platforms.unix;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/jabcode.x86_64-darwin
};
}