ncrack: fixup build after zlib update

https://hydra.nixos.org/build/234658054/nixlog/2/tail
This commit is contained in:
Vladimír Čunát 2023-09-12 21:28:20 +02:00
parent 41b9c0a6d9
commit 3ae98b264f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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; {