Commit adad9a45 authored by ajs124's avatar ajs124
Browse files

hash_extender: don't pin to openssl_1_1 anymore

parent 2d415deb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −3
Original line number Diff line number Diff line
@@ -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 { };