about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2023-11-20 14:48:17 +0800
committerEllie Hermaszewska <git@monoid.al>2023-11-20 14:48:17 +0800
commit537bedd19e26d88609ea9a72bf12161c651e6407 (patch)
tree24d0d74df3ed33f1ad51330412cf5eb47d1276a9 /pkgs/development/haskell-modules/hackage-packages.nix
parent4b375a4b12e1582709419d5dce44288764145156 (diff)
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1801949](https://hydra.nixos.org/eval/1801949) of nixpkgs commit [4b375a4](https://github.com/NixOS/nixpkgs/commits/4b375a4b12e1582709419d5dce44288764145156) as of 2023-11-20 06:46 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 017da93cb7d51..2507663441ffc 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -167652,6 +167652,8 @@ self: {
        libraryHaskellDepends = [ aeson base hvega ihaskell text ];
        description = "IHaskell display instance for hvega types";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "ihaskell-inline-r" = callPackage