libzip: Fix static build

Don't build the regression tests because they don't build with
pkgsStatic and are not executed anyway.
This commit is contained in:
Eelco Dolstra 2022-06-23 17:43:56 +02:00
parent bd1f8edffd
commit b97f46c807

View file

@ -32,6 +32,10 @@ stdenv.mkDerivation rec {
++ lib.optionals withOpenssl [ openssl ]
++ lib.optionals withZstd [ zstd ];
# Don't build the regression tests because they don't build with
# pkgsStatic and are not executed anyway.
cmakeFlags = [ "-DBUILD_REGRESS=0" ];
preCheck = ''
# regress/runtest is a generated file
patchShebangs regress