noseyparker: use vectorscan instead of hyperscan (#393525)

This commit is contained in:
Florian Klink
2025-05-06 15:39:43 +03:00
committed by GitHub
+2 -4
View File
@@ -5,7 +5,7 @@
boost,
cmake,
git,
hyperscan,
vectorscan,
openssl,
pkg-config,
}:
@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
];
buildInputs = [
boost
hyperscan
vectorscan
openssl
];
@@ -59,7 +59,5 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/praetorian-inc/noseyparker/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ _0x4A6F ];
# limited by hyperscan
platforms = [ "x86_64-linux" ];
};
}