1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

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