sp800-90b-entropyassessment: fix build with jsoncpp 1.9.7

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil
2026-04-27 11:12:06 +02:00
parent b70e154eb4
commit 74bd99c868
@@ -30,7 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
substituteInPlace Makefile \
--replace "-march=native" ""
--replace-fail "-march=native" "" \
--replace-fail "-std=c++11" "-std=c++17"
'';
sourceRoot = "${finalAttrs.src.name}/cpp";