1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

codon: mark as broken

This commit is contained in:
zowoq 2024-11-18 13:53:08 +10:00
parent a8b18d5ecd
commit 98c41eed06

View file

@ -137,5 +137,6 @@ stdenv.mkDerivation {
maintainers = [ ];
license = lib.licenses.bsl11;
platforms = lib.platforms.all;
broken = true; # `codon-llvm` build fails on darwin and linux
};
}