jsoncpp: add jsoncppSecureMemory alias

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil
2026-05-05 11:54:32 +02:00
parent 7b42e5eb99
commit ea7f9147c4
+2
View File
@@ -6227,6 +6227,8 @@ with pkgs;
}
);
jsoncppSecureMemory = jsoncpp.override { secureMemory = true; };
mtrace = callPackage ../development/libraries/glibc/mtrace.nix { };
# Provided by libc on Operating Systems that use the Extensible Linker Format.