guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: fish: Remove bundled code.


From: guix-commits
Subject: 04/04: gnu: fish: Remove bundled code.
Date: Sun, 12 Jul 2020 14:58:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5c33e79ada6fe65bb34e400ea877f01e09e3bdb2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jul 12 21:53:02 2020 +0300

    gnu: fish: Remove bundled code.
    
    * gnu/packages/shells.scm (fish)[source]: Add snippet to remove bundled
    pcre2 source.
---
 gnu/packages/shells.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 33c316a..6e5db43 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2019, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
+;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -107,7 +108,11 @@ direct descendant of NetBSD's Almquist Shell 
(@command{ash}).")
                            "releases/download/" version "/"
                            "fish-" version ".tar.gz"))
        (sha256
-        (base32 "1vblmb3x2k2cb0db5jdyflppnlqsm7i6jjaidyhmvaaw7ch2gffm"))))
+        (base32 "1vblmb3x2k2cb0db5jdyflppnlqsm7i6jjaidyhmvaaw7ch2gffm"))
+       (modules '((guix build utils)))
+       (snippet
+        '(begin
+           (delete-file-recursively "pcre2-10.32") #t))))
     (build-system cmake-build-system)
     (inputs
      `(("fish-foreign-env" ,fish-foreign-env)



reply via email to

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