pkgsStatic.rapidjson: fix build
The library itself compiles fine, but the tests don't.
This commit is contained in:
parent
bbd9e0bfd0
commit
c52294359c
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
cmakeFlags = [
|
||||
"-DGTEST_SOURCE_DIR=${gtest.dev}/include"
|
||||
] ++ lib.optionals stdenv.hostPlatform.isStatic [
|
||||
"-DRAPIDJSON_BUILD_TESTS=OFF"
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue