From 47c14714a400c912243a79c421e0f0cfd4a0d55d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 4 Oct 2016 11:26:21 +0200 Subject: gnu: fish: Do not use the bundled PCRE2. * gnu/packages/shells.scm (fish)[inputs]: Add PCRE2. --- gnu/packages/shells.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/shells.scm') diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 9114d1d0d5..6d510c2e4c 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -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 -- cgit v1.2.3