hyperscan: enable __structuredAttrs and strictDeps
This commit is contained in:
@@ -16,6 +16,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyperscan";
|
||||
version = "5.4.2";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "intel";
|
||||
repo = "hyperscan";
|
||||
|
||||
Reference in New Issue
Block a user