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

Fix pkgsStatic.libzip
main
Bernardo Meurer 2 years ago committed by GitHub
commit cefe06f820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/libraries/libzip/default.nix

@ -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

Loading…
Cancel
Save