Merge pull request #322272 from alexfmpe/argon2

haskellPackages.argon2: fix build
This commit is contained in:
maralorn 2024-07-04 14:44:30 +02:00 committed by GitHub
commit c131d220ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View File

@ -3150,4 +3150,10 @@ self: super: {
hash = "sha256-tFOWpjGmZANC7H82QapZ36raaNWuZ6F3BgjxnfTXpMs=";
}) super.proto3-wire;
argon2 = appendPatch (fetchpatch {
# https://github.com/haskell-hvr/argon2/pull/20
url = "https://github.com/haskell-hvr/argon2/commit/f7cc92f18e233e6b1dabf1798dd099e17b6a81a1.patch";
hash = "sha256-JxraFWzErJT4EhELa3PWBGHaLT9OLgEPNSnxwpdpHd0=";
}) (doJailbreak super.argon2); # Unmaintained
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -224,7 +224,6 @@ broken-packages:
- archnews # failure in job https://hydra.nixos.org/build/233192480 at 2023-09-02
- arena # failure in job https://hydra.nixos.org/build/233252500 at 2023-09-02
- argo # failure in job https://hydra.nixos.org/build/233216252 at 2023-09-02
- argon2 # failure in job https://hydra.nixos.org/build/233207704 at 2023-09-02
- argparser # failure in job https://hydra.nixos.org/build/233222416 at 2023-09-02
- arguedit # failure in job https://hydra.nixos.org/build/233211367 at 2023-09-02
- arion # failure in job https://hydra.nixos.org/build/233254120 at 2023-09-02

View File

@ -2466,7 +2466,6 @@ dont-distribute-packages:
- kevin
- key-vault
- keyring
- keysafe
- keystore
- keyvaluehash
- keyword-args

View File

@ -39746,8 +39746,6 @@ self: {
];
description = "Memory-hard password hash and proof-of-work function";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"argparser" = callPackage
@ -183519,7 +183517,6 @@ self: {
];
description = "back up a secret key securely to the cloud";
license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "keysafe";
}) {};