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; }