mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
Fix static build
This commit is contained in:
parent
f959ce3e03
commit
03002203b7
4 changed files with 7 additions and 10 deletions
|
@ -110,7 +110,10 @@
|
|||
bzip2 xz brotli editline
|
||||
openssl sqlite
|
||||
libarchive
|
||||
libzip
|
||||
(libzip.overrideDerivation (old: {
|
||||
# Temporary workaround for https://github.com/NixOS/nixpkgs/pull/178755
|
||||
cmakeFlags = old.cmakeFlags ++ [ "-DBUILD_REGRESS=0" ];
|
||||
}))
|
||||
boost
|
||||
lowdown-nix
|
||||
gtest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue