Unverified Commit 2a3d3d08 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

noseyparker: use vectorscan instead of hyperscan (#393525)

parents 26e707c2 b95c46e6
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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" ];
  };
}