mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
Revert "Add rapidcheck dependency for testing"
This reverts commit c92e51ecec.
This commit is contained in:
parent
2e66fe9b1e
commit
65e690a087
4 changed files with 3 additions and 13 deletions
|
|
@ -82,9 +82,7 @@
|
|||
});
|
||||
|
||||
configureFlags =
|
||||
[
|
||||
"CXXFLAGS=-I${lib.getDev rapidcheck}/extras/gtest/include"
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
lib.optionals stdenv.isLinux [
|
||||
"--with-boost=${boost}/lib"
|
||||
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||
]
|
||||
|
|
@ -118,7 +116,6 @@
|
|||
boost
|
||||
lowdown-nix
|
||||
gtest
|
||||
rapidcheck
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [libseccomp]
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue