mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:07:51 +00:00
hash_extender: don't pin to openssl_1_1 anymore
This commit is contained in:
parent
2d415debb7
commit
adad9a4537
@ -16,6 +16,8 @@ stdenv.mkDerivation {
|
||||
doCheck = true;
|
||||
checkPhase = "./hash_extender --test";
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp hash_extender $out/bin
|
||||
|
@ -8171,9 +8171,7 @@ with pkgs;
|
||||
|
||||
hashrat = callPackage ../tools/security/hashrat { };
|
||||
|
||||
hash_extender = callPackage ../tools/security/hash_extender {
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
hash_extender = callPackage ../tools/security/hash_extender { };
|
||||
|
||||
hash-identifier = callPackage ../tools/security/hash-identifier { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user