mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #217939 from helsinki-systems/hashextender_ossl3
hash_extender: don't pin to openssl_1_1 anymore
This commit is contained in:
commit
d03a70aaca
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -8173,9 +8173,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 a new issue