mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
carp: mark broken
This commit is contained in:
parent
fb337aedd8
commit
4a7f2c3238
@ -50,4 +50,7 @@ haskellPackages.mkDerivation rec {
|
||||
# Windows not (yet) supported.
|
||||
platforms = with lib.platforms; unix ++ darwin;
|
||||
|
||||
# doesn't build on ghc92
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user