guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: fish: Do not use the bundled PCRE2.


From: Ludovic Courtès
Subject: 02/02: gnu: fish: Do not use the bundled PCRE2.
Date: Tue, 4 Oct 2016 09:26:49 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 47c14714a400c912243a79c421e0f0cfd4a0d55d
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 4 11:26:21 2016 +0200

    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(+)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 9114d1d..6d510c2 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]