haskellPackages.crc: Builds with dontCheck

util https://github.com/MichaelXavier/crc/issues/2 is fixed by upstream.
main
Joachim Breitner 3 years ago
parent 8b0f315b76
commit 906da2ce26
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -212,6 +212,7 @@ self: super: {
command-qq = dontCheck super.command-qq; # http://hydra.cryp.to/build/499042/log/raw
conduit-connection = dontCheck super.conduit-connection;
craftwerk = dontCheck super.craftwerk;
crc = dontCheck super.crc; # https://github.com/MichaelXavier/crc/issues/2
css-text = dontCheck super.css-text;
damnpacket = dontCheck super.damnpacket; # http://hydra.cryp.to/build/496923/log
data-hash = dontCheck super.data-hash;

@ -843,7 +843,6 @@ broken-packages:
- Craft3e
- craftwerk
- crawlchain
- crc
- crc16
- crdt-event-fold
- creatur

@ -65881,8 +65881,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "Implements various Cyclic Redundancy Checks (CRC)";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"crc16" = callPackage

Loading…
Cancel
Save