Merge staging-next into staging

This commit is contained in:
github-actions[bot] 2023-09-13 00:02:25 +00:00 committed by GitHub
commit ff4b20864e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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