about summary refs log tree commit diff
path: root/pkgs/tools/graphics/ldgallery/compiler/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/ldgallery/compiler/default.nix')
-rw-r--r--pkgs/tools/graphics/ldgallery/compiler/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/ldgallery/compiler/default.nix b/pkgs/tools/graphics/ldgallery/compiler/default.nix
index 37926550e08b2..adbe371dbb82f 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;
 }