me
/
guix
Archived
1
0
Fork 0

gnu: gash: Update to 0.3.0.

* gnu/packages/shells.scm (gash): Update to 0.3.0.
[source]: Remove Guile 3.0 snippet.
[arguments]: Delete arguments.
* gnu/packages/commencement.scm (gash-boot)[source]: Do not remove
the Guile 3.0 snippet (it no longer exists).
master
Timothy Sample 2021-02-07 13:36:31 -05:00
parent ca6993af91
commit ee2f074d0b
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
2 changed files with 2 additions and 15 deletions

View File

@ -143,9 +143,6 @@ pure Scheme to Tar and decompression in one easy step.")
(package (package
(inherit gash) (inherit gash)
(name "gash-boot") (name "gash-boot")
(source (origin
(inherit (package-source gash))
(snippet #f))) ;discard snippet for Guile 3.0 support
(arguments (arguments
`(#:implicit-inputs? #f `(#:implicit-inputs? #f
#:tests? #f #:tests? #f

View File

@ -870,29 +870,19 @@ scripts.")
(define-public gash (define-public gash
(package (package
(name "gash") (name "gash")
(version "0.2.0") (version "0.3.0")
(source (source
(origin (method url-fetch) (origin (method url-fetch)
(uri (string-append "mirror://savannah/gash/gash-" (uri (string-append "mirror://savannah/gash/gash-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"13m0yz5h9nj3x40mr6wr5xcpq1lscndfwcicw3skrz801025hhgf")) "1af2jz4a6rzsshi379wzw4b8d04zvfamdhfzip2pgmk821lyqsjl"))))
(modules '((guix build utils)))
(snippet
'(begin
;; Allow builds with Guile 3.0.
(substitute* "configure"
(("search=\"2\\.2 2\\.0\"")
"search=\"3.0 2.2 2.0\""))
#t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list guile-3.0)) (list guile-3.0))
(arguments
'(#:make-flags '("XFAIL_TESTS=tests/redirects.org")))
(home-page "https://savannah.nongnu.org/projects/gash/") (home-page "https://savannah.nongnu.org/projects/gash/")
(synopsis "POSIX-compatible shell written in Guile Scheme") (synopsis "POSIX-compatible shell written in Guile Scheme")
(description "Gash is a POSIX-compatible shell written in Guile (description "Gash is a POSIX-compatible shell written in Guile