solanum: replace hyperscan with vectorscan

Part of #310772.
This commit is contained in:
Martin Weinelt
2026-04-26 14:24:13 +02:00
parent 414b0bf43c
commit 3aeb74e6d2
+2 -2
View File
@@ -12,7 +12,7 @@
# runtime
lksctp-tools,
hyperscan,
vectorscan,
libxcrypt,
openssl,
pkg-config,
@@ -62,10 +62,10 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
hyperscan
libxcrypt
openssl
sqlite
vectorscan
]
++ lib.optionals stdenv.hostPlatform.isLinux [
lksctp-tools