forked from mirrors/nixpkgs
carp: mark broken
This commit is contained in:
parent
fb337aedd8
commit
4a7f2c3238
|
@ -50,4 +50,7 @@ haskellPackages.mkDerivation rec {
|
||||||
# Windows not (yet) supported.
|
# Windows not (yet) supported.
|
||||||
platforms = with lib.platforms; unix ++ darwin;
|
platforms = with lib.platforms; unix ++ darwin;
|
||||||
|
|
||||||
|
# doesn't build on ghc92
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue