summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-01-05 09:26:50 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2022-01-05 09:26:50 +0900
commit747776863cd077b0e5171eac1dd2637db9acea14 (patch)
treea022cd676041ad4d1e57f64effc426345928d506 /pkgs/development/haskell-modules/hackage-packages.nix
parentba204700bcc64fd9c437a13801ba23d0ae2f6a60 (diff)
downloadnixpkgs-747776863cd077b0e5171eac1dd2637db9acea14.tar
nixpkgs-747776863cd077b0e5171eac1dd2637db9acea14.tar.gz
nixpkgs-747776863cd077b0e5171eac1dd2637db9acea14.tar.bz2
nixpkgs-747776863cd077b0e5171eac1dd2637db9acea14.tar.lz
nixpkgs-747776863cd077b0e5171eac1dd2637db9acea14.tar.xz
nixpkgs-747776863cd077b0e5171eac1dd2637db9acea14.tar.zst
nixpkgs-747776863cd077b0e5171eac1dd2637db9acea14.zip
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 8d79fde29b0..99d733d1384 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -62797,6 +62797,7 @@ self: {
        testToolDepends = [ hspec-discover ];
        description = "Short description";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "conduit-algorithms" = callPackage
@@ -131423,6 +131424,8 @@ self: {
        ];
        description = "Fast JSON decoding via simdjson C++ bindings";
        license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "hermit" = callPackage
@@ -170147,6 +170150,8 @@ self: {
        librarySystemDepends = [ xlsxwriter ];
        description = "Bindings to libxlsxwriter";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {xlsxwriter = null;};
 
   "libxml" = callPackage
@@ -245470,6 +245475,8 @@ self: {
        testToolDepends = [ hspec-discover ];
        description = "Implementation of servant-util primitives for beam-postgres";
        license = lib.licenses.mpl20;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "servant-validate" = callPackage