SP800-90B_EntropyAssessment: rename to sp800-90b-entropyassessment

This commit is contained in:
Zitrone 2024-06-12 05:25:54 +02:00 committed by Weijia Wang
parent 4f27ac8537
commit e50a6f5d60
3 changed files with 6 additions and 7 deletions

View File

@ -8,14 +8,14 @@
, mpfr
}:
stdenv.mkDerivation rec {
pname = "SP800-90B_EntropyAssessment";
stdenv.mkDerivation (finalAttrs: {
pname = "sp800-90b-entropyassessment";
version = "1.1.6";
src = fetchFromGitHub {
owner = "usnistgov";
repo = "SP800-90B_EntropyAssessment";
rev = "v${version}";
rev = "v${finalAttrs.version}";
hash = "sha256-KZQ7kC0PbBkjLEQZIqYakQ91OvCxruhdfUwiRHtno3w=";
};
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
--replace "-march=native" ""
'';
sourceRoot = "${src.name}/cpp";
sourceRoot = "${finalAttrs.src.name}/cpp";
makeFlags = [
"CROSS_COMPILE=${stdenv.cc.targetPrefix}"
@ -47,4 +47,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.nistSoftware;
maintainers = with lib.maintainers; [ orichter thillux ];
};
}
})

View File

@ -1263,6 +1263,7 @@ mapAliases ({
solr = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
soundOfSorting = sound-of-sorting; # Added 2023-07-07
soundux = throw "'soundux' has been removed, as it is unmaintained."; # Added on 2024-02-14
SP800-90B_EntropyAssessment = sp800-90b-entropyassessment; # Added on 2024-06-12
SPAdes = spades; # Added 2024-06-12
spark2 = throw "'spark2' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08
spark_2_4 = throw "'spark_2_4' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08

View File

@ -39630,8 +39630,6 @@ with pkgs;
sndio = callPackage ../misc/sndio { };
SP800-90B_EntropyAssessment = callPackage ../tools/misc/SP800-90B_EntropyAssessment { };
sticky = callPackage ../applications/misc/sticky { };
stork = darwin.apple_sdk_11_0.callPackage ../applications/misc/stork {