gnu: fish: Do not use the bundled PCRE2. * gnu/packages/shells.scm (fish)[inputs]: Add PCRE2.
1 files changed, 1 insertions(+), 0 deletions(-) M gnu/packages/shells.scm
M gnu/packages/shells.scm => gnu/packages/shells.scm +1 -0
@@ 98,6 98,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") (inputs `(("bc" ,bc) ("ncurses" ,ncurses) + ("pcre2" ,pcre2) ;don't use the bundled PCRE2 ("python" ,python-wrapper))) ;for fish_config and manpage completions (arguments '(#:tests? #f ; no check target