sp800-90b-entropyassessment: fix build with jsoncpp 1.9.7 & cleanup maintainers (#513942)

This commit is contained in:
nikstur
2026-04-27 09:47:20 +00:00
committed by GitHub
@@ -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";
@@ -53,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = lib.platforms.linux;
license = lib.licenses.nistSoftware;
maintainers = with lib.maintainers; [
orichter
thillux
];
};