Unverified Commit 3ae98b26 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

ncrack: fixup build after zlib update

parent 41b9c0a6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ stdenv.mkDerivation rec {
    })
  ];

  # Our version is good; the check is bad.
  configureFlags = [ "--without-zlib-version-check" ];

  buildInputs = [ openssl zlib ];

  meta = with lib; {