We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2741ec4 + cc8d978 commit 24e28f1Copy full SHA for 24e28f1
pkgs/by-name/ra/rapidjson/package.nix
@@ -69,7 +69,9 @@ stdenv.mkDerivation (finalAttrs: {
69
(lib.cmakeFeature "CMAKE_CXX_FLAGS_RELEASE" "-Wno-error")
70
];
71
72
- doCheck = !(stdenv.hostPlatform.isStatic || stdenv.hostPlatform.isDarwin);
+ doCheck =
73
+ !(stdenv.hostPlatform.isStatic || stdenv.hostPlatform.isDarwin)
74
+ && lib.meta.availableOn stdenv.hostPlatform valgrind;
75
76
nativeCheckInputs = [
77
valgrind
0 commit comments