itpp: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2022-01-18 04:54:46 -05:00
parent 4cb2e26459
commit 679fcbf366
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -49,5 +49,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ andrew-d ]; maintainers = with maintainers; [ andrew-d ];
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/itpp.x86_64-darwin
}; };
} }