mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Simplify RapidCheck configure
No more `RAPIDCHECK_HEADERS`!
This commit is contained in:
parent
dd42a4e3e9
commit
9b9ecdee34
4 changed files with 3 additions and 23 deletions
|
@ -309,7 +309,7 @@ in {
|
|||
] ++ lib.optional (doBuild && stdenv.isLinux && !(stdenv.hostPlatform.isStatic && stdenv.system == "aarch64-linux"))
|
||||
"LDFLAGS=-fuse-ld=gold"
|
||||
++ lib.optional (doBuild && stdenv.hostPlatform.isStatic) "--enable-embedded-sandbox-shell"
|
||||
++ lib.optional buildUnitTests "RAPIDCHECK_HEADERS=${lib.getDev rapidcheck}/extras/gtest/include";
|
||||
;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue