xxhash: set __structuredAttrs and strictDeps

This commit is contained in:
Michael Daniels
2026-04-18 11:08:39 -04:00
parent f360d3dce0
commit d1d424dee1
+3 -1
View File
@@ -8,6 +8,8 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xxhash";
version = "0.8.3";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "Cyan4973";
@@ -35,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Cyan4973/xxHash";
license = with lib.licenses; [
bsd2
gpl2
gpl2Plus
];
mainProgram = "xxhsum";
maintainers = [ ];