emhash: set strictDeps and __structuredAttrs

This commit is contained in:
kilyanni
2026-04-19 22:49:31 +02:00
parent fa9579f557
commit 6bab533043
+3
View File
@@ -16,6 +16,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-dFj/QaGdTJYdcxKlS9tES6OHae8xPMnrG9ccRNM/hi8=";
};
strictDeps = true;
__structuredAttrs = true;
nativeBuildInputs = [
cmake
];