1
1
Fork 0
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:
Robert Hensing 2023-01-25 11:27:52 +01:00
parent 2e66fe9b1e
commit 65e690a087
4 changed files with 3 additions and 13 deletions

View file

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