noseyparker: use vectorscan instead of hyperscan

reference: https://github.com/NixOS/nixpkgs/issues/310772
This commit is contained in:
0x4A6F
2025-03-26 09:36:54 +01:00
parent 6607cf789e
commit b95c46e6cf
+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" ];
};
}