emhash: set strictDeps and __structuredAttrs (#511557)

This commit is contained in:
Yohann Boniface
2026-04-24 23:37:11 +00:00
committed by GitHub
+3
View File
@@ -16,6 +16,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-dFj/QaGdTJYdcxKlS9tES6OHae8xPMnrG9ccRNM/hi8=";
};
strictDeps = true;
__structuredAttrs = true;
nativeBuildInputs = [
cmake
];