mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
Merge staging-next into staging
This commit is contained in:
commit
ff4b20864e
@ -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 New Issue
Block a user