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

Fix static build

This commit is contained in:
Eelco Dolstra 2022-06-23 18:00:10 +02:00
parent f959ce3e03
commit 03002203b7
4 changed files with 7 additions and 10 deletions

View file

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