hackage2nix: Mark failing builds broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
wip/little-gl
(cdep)illabout 3 years ago
parent c59b436a61
commit b04a7d654c
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 2
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  2. 4
      pkgs/development/haskell-modules/hackage-packages.nix

@ -1675,6 +1675,7 @@ broken-packages:
- grasp
- gray-code
- greencard
- greenclip
- greg-client
- gremlin-haskell
- Grempa
@ -3036,6 +3037,7 @@ broken-packages:
- multext-east-msd
- multiaddr
- multiarg
- multi-except
- multihash
- multi-instance
- multilinear

@ -110751,6 +110751,8 @@ self: {
];
description = "Simple clipboard manager to be integrated with rofi";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs.xorg) libXau; xcb = null; xdmcp = null;
inherit (pkgs) xlibsWrapper; xscrnsaver = null;};
@ -180018,6 +180020,8 @@ self: {
libraryHaskellDepends = [ base dlist ];
description = "Multiple Exceptions";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"multi-instance" = callPackage

Loading…
Cancel
Save