mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1795235](https://hydra.nixos.org/eval/1795235) of nixpkgs commit [7398920
](7398920e33
) as of 2023-05-19 13:57 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
parent
7398920e33
commit
682790aee0
@ -620,6 +620,7 @@ broken-packages:
|
||||
- cassava-conduit
|
||||
- cassava-records
|
||||
- cassette
|
||||
- castagnoli # failure in job https://hydra.nixos.org/build/219826672 at 2023-05-19
|
||||
- castle
|
||||
- catamorphism
|
||||
- Catana
|
||||
|
@ -56626,6 +56626,8 @@ self: {
|
||||
testHaskellDepends = [ base bytestring primitive text ];
|
||||
description = "Portable CRC-32C";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"caster" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user