Commit 74bd99c8 authored by Markus Theil's avatar Markus Theil
Browse files

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

parent b70e154e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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";