Merge pull request #178755 from edolstra/fix-static-libzip

Fix pkgsStatic.libzip

authored by Bernardo Meurer and committed by GitHub cefe06f8 7bc33699

+4
+4
pkgs/development/libraries/libzip/default.nix
··· 32 ++ lib.optionals withOpenssl [ openssl ] 33 ++ lib.optionals withZstd [ zstd ]; 34 35 preCheck = '' 36 # regress/runtest is a generated file 37 patchShebangs regress
··· 32 ++ lib.optionals withOpenssl [ openssl ] 33 ++ lib.optionals withZstd [ zstd ]; 34 35 + # Don't build the regression tests because they don't build with 36 + # pkgsStatic and are not executed anyway. 37 + cmakeFlags = [ "-DBUILD_REGRESS=0" ]; 38 + 39 preCheck = '' 40 # regress/runtest is a generated file 41 patchShebangs regress