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:
parent
41b9c0a6d9
commit
3ae98b264f
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue