hyperscan: enable __structuredAttrs and strictDeps

This commit is contained in:
Gaetan Lepage
2026-08-04 07:38:25 +00:00
parent 349a2fe38b
commit cb307745f0
+3
View File
@@ -16,6 +16,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "hyperscan";
version = "5.4.2";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "intel";
repo = "hyperscan";