mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
Remove ZipInputAccessor
This commit is contained in:
parent
5c29abc5bd
commit
4142982140
4 changed files with 1 additions and 205 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue