Merge pull request #138269 from nomeata/joachim/haskell-crc
haskellPackages.crc: Builds with dontCheck
This commit is contained in:
commit
034b5a145c
3 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue