haskellPackages.crypt-sha512: relax too strict bound on base

This commit is contained in:
sternenseemann
2026-04-19 22:15:27 +02:00
parent fa9c328979
commit a501452735
3 changed files with 1 additions and 4 deletions
@@ -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
-2
View File
@@ -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; };