guix-commits
[Top][All Lists]
Advanced

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

01/57: gnu: gash: Update to 0.2.0.


From: guix-commits
Subject: 01/57: gnu: gash: Update to 0.2.0.
Date: Mon, 16 Dec 2019 13:20:05 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 452dbdfb998c7d197838c00d3acbebdd6e7726e2
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Mon Dec 16 11:42:37 2019 +0100

    gnu: gash: Update to 0.2.0.
    
    * gnu/packages/shells.scm (gash): Update to 0.2.0.
---
 gnu/packages/shells.scm | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index ef7f911..0369a20 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2019 Meiyo Peng <address@hidden>
 ;;; Copyright © 2019 Timothy Sample <address@hidden>
 ;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -802,30 +803,22 @@ is commonly written.")
 (define-public gash
   (package
     (name "gash")
-    (version "0.1")
+    (version "0.2.0")
     (source
      (origin (method url-fetch)
              (uri (string-append "mirror://savannah/gash/gash-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "00m3lif64zyxd41cnk208kc81nl6qz659676qgiaqgwrw0brzrid"))
-             (modules '((guix build utils)))
-             (snippet
-              '(begin
-                 (substitute* "Makefile.in"
-                   (("^moddir = (.*)/guile/(.*)" _ before after)
-                    (string-append "moddir = " before "/guile/site/"
-                                   after))
-                   (("^ccachedir = (.*)/ccache/(.*)" _ before after)
-                    (string-append "ccachedir = " before
-                                   "/site-ccache/" after)))
-                 #t))))
+               "13m0yz5h9nj3x40mr6wr5xcpq1lscndfwcicw3skrz801025hhgf"))
+             (modules '((guix build utils)))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
      `(("guile" ,guile-2.2)))
+    (arguments
+     '(#:make-flags '("XFAIL_TESTS=tests/redirects.org")))
     (home-page "https://savannah.nongnu.org/projects/gash/";)
     (synopsis "POSIX-compatible shell written in Guile Scheme")
     (description "Gash is a POSIX-compatible shell written in Guile



reply via email to

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