gnu: fish: Do not use the bundled PCRE2.
* gnu/packages/shells.scm (fish)[inputs]: Add PCRE2.
This commit is contained in:
parent
a8d3bc473d
commit
47c14714a4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue