1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Fix evaluation

This commit is contained in:
Eelco Dolstra 2022-06-23 18:32:23 +02:00
parent 03002203b7
commit 04cb555aeb
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -112,7 +112,7 @@
libarchive
(libzip.overrideDerivation (old: {
# Temporary workaround for https://github.com/NixOS/nixpkgs/pull/178755
cmakeFlags = old.cmakeFlags ++ [ "-DBUILD_REGRESS=0" ];
cmakeFlags = old.cmakeFlags or [] ++ [ "-DBUILD_REGRESS=0" ];
}))
boost
lowdown-nix