todds: replace hyperscan with vectorscan (#513699)

This commit is contained in:
Nick Cao
2026-04-27 19:51:50 +00:00
committed by GitHub
+2 -2
View File
@@ -14,9 +14,9 @@
# buildInputs
boost,
fmt,
hyperscan,
onetbb,
opencv,
vectorscan,
# tests
versionCheckHook,
@@ -53,9 +53,9 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
boost
fmt
hyperscan
onetbb
opencv
vectorscan
]
++ lib.optionals cudaSupport [
cudaPackages.cuda_cudart