1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

Remove ZipInputAccessor

This commit is contained in:
Eelco Dolstra 2023-02-01 00:10:58 +01:00
parent 5c29abc5bd
commit 4142982140
4 changed files with 1 additions and 205 deletions

View file

@ -115,11 +115,6 @@
bzip2 xz brotli editline
openssl sqlite
libarchive
(libzip.overrideDerivation (old: {
# Temporary workaround for https://github.com/NixOS/nixpkgs/pull/178755
cmakeFlags = old.cmakeFlags or [] ++ [ "-DBUILD_REGRESS=0" ];
patches = [ ./libzip-unix-time.patch ];
}))
libgit2
boost
lowdown-nix