From fb337aedd84389483fec284e811f5f566023a2ef Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Sat, 24 Dec 2022 11:58:07 +0900 Subject: [PATCH] haskellPackages.ldgallery-compiler: mark broken with ghc-9.2 --- pkgs/development/misc/haskell/hasura/kriti-lang.nix | 2 ++ pkgs/tools/graphics/ldgallery/compiler/default.nix | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/pkgs/development/misc/haskell/hasura/kriti-lang.nix b/pkgs/development/misc/haskell/hasura/kriti-lang.nix index ec55db4d8445..17362f05dd0d 100644 --- a/pkgs/development/misc/haskell/hasura/kriti-lang.nix +++ b/pkgs/development/misc/haskell/hasura/kriti-lang.nix @@ -38,6 +38,8 @@ mkDerivation { ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ lassulus ]; + + # Does not compile with ghc-9.2 hydraPlatforms = lib.platforms.none; broken = true; } diff --git a/pkgs/tools/graphics/ldgallery/compiler/default.nix b/pkgs/tools/graphics/ldgallery/compiler/default.nix index 37926550e08b..adbe371dbb82 100644 --- a/pkgs/tools/graphics/ldgallery/compiler/default.nix +++ b/pkgs/tools/graphics/ldgallery/compiler/default.nix @@ -35,4 +35,8 @@ mkDerivation { license = lib.licenses.agpl3Only; mainProgram = "ldgallery"; maintainers = [ lib.maintainers.pacien ]; + + # Does not compile with ghc-9.2 + hydraPlatforms = lib.platforms.none; + broken = true; }