todds: replace hyperscan with vectorscan

Part of #310772.
This commit is contained in:
Martin Weinelt
2026-04-26 14:32:51 +02:00
parent 414b0bf43c
commit 7b42582036
+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