mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
vectorscan: drop pcre (#525974)
This commit is contained in:
commit
b692cc2339
1 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@
|
|||
python3,
|
||||
boost,
|
||||
sqlite,
|
||||
pcre,
|
||||
enableShared ? !stdenv.hostPlatform.isStatic,
|
||||
}:
|
||||
|
||||
|
|
@ -47,7 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
buildInputs = [
|
||||
boost
|
||||
sqlite
|
||||
pcre
|
||||
];
|
||||
|
||||
# FAT_RUNTIME bundles optimized implementations for different CPU extensions and uses CPUID to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue