minizip-ng: reenable compatibility headers

This commit is contained in:
Weijia Wang 2023-07-05 01:09:07 +03:00
parent 82268b7ea9
commit 99e0ddb69c

View file

@ -31,6 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
"-DMZ_OPENSSL=ON"
"-DMZ_BUILD_TESTS=${if finalAttrs.doCheck then "ON" else "OFF"}"
"-DMZ_BUILD_UNIT_TESTS=${if finalAttrs.doCheck then "ON" else "OFF"}"
"-DMZ_LIB_SUFFIX='-ng'"
] ++ lib.optionals stdenv.isDarwin [
# missing header file
"-DMZ_LIBCOMP=OFF"