Merge pull request #155459 from veprbl/pr/broken_itpp

itpp: mark as broken on darwin
This commit is contained in:
Bobby Rong 2022-01-18 18:26:52 +08:00 committed by GitHub
commit 268ad6e846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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