minizip-ng: disable pkcrypt on i686
This commit is contained in:
@@ -42,6 +42,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-DMZ_BUILD_UNIT_TESTS=${if finalAttrs.finalPackage.doCheck then "ON" else "OFF"}"
|
||||
"-DMZ_LIB_SUFFIX='-ng'"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isi686 [
|
||||
# tests fail
|
||||
"-DMZ_PKCRYPT=OFF"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# missing header file
|
||||
"-DMZ_LIBCOMP=OFF"
|
||||
|
||||
Reference in New Issue
Block a user