haskellPackages.crypt-sha512: relax too strict bound on base
This commit is contained in:
@@ -2701,7 +2701,7 @@ with haskellLib;
|
||||
|
||||
# Test failure after libxcrypt migration, reported upstream at
|
||||
# https://github.com/phadej/crypt-sha512/issues/13
|
||||
crypt-sha512 = dontCheck super.crypt-sha512;
|
||||
crypt-sha512 = dontCheck (doJailbreak super.crypt-sha512);
|
||||
|
||||
# Latest release depends on crypton-connection ==0.3.2 https://github.com/ndmitchell/hoogle/issues/435
|
||||
hoogle = overrideSrc {
|
||||
|
||||
@@ -1129,7 +1129,6 @@ broken-packages:
|
||||
- crucible-llvm # failure in job https://hydra.nixos.org/build/315095700 at 2025-11-29
|
||||
- cruncher-types # failure in job https://hydra.nixos.org/build/233229024 at 2023-09-02
|
||||
- crunghc # failure in job https://hydra.nixos.org/build/233193295 at 2023-09-02
|
||||
- crypt-sha512 # failure in job https://hydra.nixos.org/build/307517616 at 2025-09-19
|
||||
- Crypto # failure in job https://hydra.nixos.org/build/252738609 at 2024-03-16
|
||||
- crypto-cipher-benchmarks # failure in job https://hydra.nixos.org/build/233195297 at 2023-09-02
|
||||
- crypto-enigma # failure in job https://hydra.nixos.org/build/252722224 at 2024-03-16
|
||||
|
||||
@@ -172404,8 +172404,6 @@ self: {
|
||||
testSystemDepends = [ libxcrypt ];
|
||||
description = "Pure Haskell implelementation for GNU SHA512 crypt algorithm";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}
|
||||
) { inherit (pkgs) libxcrypt; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user