about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 4a53847ed3222..80aefc9173022 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -9438,6 +9438,7 @@ self: {
        librarySystemDepends = [ RHTTP ];
        description = "Haskell binding to ROOT Net modules";
        license = lib.licenses.lgpl21Plus;
+       hydraPlatforms = lib.platforms.none;
      }) {RHTTP = null;};
 
   "HROOT-tree" = callPackage
@@ -52709,7 +52710,9 @@ self: {
        ];
        description = "Derives cabal bounds from build plans";
        license = lib.licenses.bsd2;
+       hydraPlatforms = lib.platforms.none;
        mainProgram = "cabal-plan-bounds";
+       broken = true;
      }) {};
 
   "cabal-progdeps" = callPackage
@@ -63420,6 +63423,7 @@ self: {
        ];
        description = "Linear Programming using GLPK and comfort-array";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {inherit (pkgs) glpk;};
 
   "comfort-graph" = callPackage
@@ -67172,6 +67176,8 @@ self: {
        testHaskellDepends = [ base doctest ];
        description = "A safe interface for Const summarization";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "constaparser" = callPackage
@@ -94476,6 +94482,7 @@ self: {
        ];
        description = "@exinst@ support for @base@ package";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "exinst-bytes" = callPackage
@@ -236787,6 +236794,8 @@ self: {
        libraryHaskellDepends = [ base h-raylib ];
        description = "Haskell bindings for rlImGui";
        license = lib.licenses.asl20;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "raz" = callPackage