itpp: mark as broken on darwin
This commit is contained in:
parent
4cb2e26459
commit
679fcbf366
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue