mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
Merge pull request #322272 from alexfmpe/argon2
haskellPackages.argon2: fix build
This commit is contained in:
commit
c131d220ff
@ -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
|
||||
|
@ -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
|
||||
|
@ -2466,7 +2466,6 @@ dont-distribute-packages:
|
||||
- kevin
|
||||
- key-vault
|
||||
- keyring
|
||||
- keysafe
|
||||
- keystore
|
||||
- keyvaluehash
|
||||
- keyword-args
|
||||
|
@ -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";
|
||||
}) {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user