1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #138269 from nomeata/joachim/haskell-crc

haskellPackages.crc: Builds with dontCheck
This commit is contained in:
maralorn 2021-09-17 14:48:08 +02:00 committed by GitHub
commit 034b5a145c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

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

View file

@ -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