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 32 ++ lib.optionals withOpenssl [ openssl ] 33 33 ++ lib.optionals withZstd [ zstd ]; 34 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 + 35 39 preCheck = '' 36 40 # regress/runtest is a generated file 37 41 patchShebangs regress