summary refs log tree commit diff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-10-04 11:26:21 +0200
committerLudovic Courtès <ludo@gnu.org>2016-10-04 11:26:45 +0200
commit47c14714a400c912243a79c421e0f0cfd4a0d55d (patch)
treeab88d6a9d639d4cbb0e47562423fd87280285f8a /gnu/packages/shells.scm
parenta8d3bc473d2cd285f03989be8f558c25a7cbd6c9 (diff)
downloadguix-47c14714a400c912243a79c421e0f0cfd4a0d55d.tar.gz
gnu: fish: Do not use the bundled PCRE2.
* gnu/packages/shells.scm (fish)[inputs]: Add PCRE2.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r--gnu/packages/shells.scm1
1 files changed, 1 insertions, 0 deletions
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