hackage2nix: update list of broken builds to avoid evaluation errors

This commit is contained in:
Peter Simons
2020-12-04 21:19:45 +01:00
parent ad19f4c188
commit c5e7cd6c68
2 changed files with 40 additions and 12 deletions
@@ -442,9 +442,6 @@ self: super: {
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
# Should not appear in nixpkgs yet (broken anyway)
yarn2nix = throw "yarn2nix is not yet packaged for nixpkgs. See https://github.com/Profpatsch/yarn2nix#yarn2nix";
# no haddock since this is an umbrella package.
cloud-haskell = dontHaddock super.cloud-haskell;