mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Fix evaluation
This commit is contained in:
parent
03002203b7
commit
04cb555aeb
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
||||||
libarchive
|
libarchive
|
||||||
(libzip.overrideDerivation (old: {
|
(libzip.overrideDerivation (old: {
|
||||||
# Temporary workaround for https://github.com/NixOS/nixpkgs/pull/178755
|
# Temporary workaround for https://github.com/NixOS/nixpkgs/pull/178755
|
||||||
cmakeFlags = old.cmakeFlags ++ [ "-DBUILD_REGRESS=0" ];
|
cmakeFlags = old.cmakeFlags or [] ++ [ "-DBUILD_REGRESS=0" ];
|
||||||
}))
|
}))
|
||||||
boost
|
boost
|
||||||
lowdown-nix
|
lowdown-nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue