crystal: drop pcre dependency from < 1.8

This commit is contained in:
Donovan Glover
2025-02-13 09:17:08 -05:00
parent 758e3fad7a
commit b19fe47d49
@@ -20,7 +20,6 @@
, makeWrapper
, openssl
, pcre2
, pcre
, pkg-config
, installShellFiles
, readline
@@ -152,7 +151,7 @@ let
nativeBuildInputs = [ binary makeWrapper which pkg-config llvmPackages.llvm installShellFiles ];
buildInputs = [
boehmgc
(if lib.versionAtLeast version "1.8" then pcre2 else pcre)
pcre2
libevent
libyaml
zlib