Unverified Commit c3f6396e authored by nikstur's avatar nikstur Committed by GitHub
Browse files

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

parents fe684237 37216fe1
Loading
Loading
Loading
Loading
+2 −2
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";
@@ -53,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
    platforms = lib.platforms.linux;
    license = lib.licenses.nistSoftware;
    maintainers = with lib.maintainers; [
      orichter
      thillux
    ];
  };