gnu: fish: Do not use the bundled PCRE2.

* gnu/packages/shells.scm (fish)[inputs]: Add PCRE2.
This commit is contained in:
Ludovic Courtès 2016-10-04 11:26:21 +02:00
parent a8d3bc473d
commit 47c14714a4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
(inputs (inputs
`(("bc" ,bc) `(("bc" ,bc)
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("pcre2" ,pcre2) ;don't use the bundled PCRE2
("python" ,python-wrapper))) ;for fish_config and manpage completions ("python" ,python-wrapper))) ;for fish_config and manpage completions
(arguments (arguments
'(#:tests? #f ; no check target '(#:tests? #f ; no check target