sp800-90b-entropyassessment: fix build with jsoncpp 1.9.7 & cleanup maintainers (#513942)
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user