mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: guile-tap: Update to 0.5.1.
* gnu/packages/guile-xyz.scm (guile-tap): Update to 0.5.1. [arguments]: Patch bin/tap-harness. Change-Id: Ia8a02400f1d559fcec7eb9861f24a7116928814b Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
ca571f4259
commit
d2b9736c5e
1 changed files with 5 additions and 3 deletions
|
@ -6148,7 +6148,7 @@ (define-public lokke
|
|||
(define-public guile-tap
|
||||
(package
|
||||
(name "guile-tap")
|
||||
(version "0.4.6")
|
||||
(version "0.5.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -6157,7 +6157,7 @@ (define-public guile-tap
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04ip5cbvsjjcicsri813f4711yh7db6fvc2px4788rl8p1iqvi6x"))))
|
||||
"0yimi9ci5h6wh7bs3ir7p181pwbd2hxlhx7pqq53gr54mnad8qv4"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
@ -6166,7 +6166,9 @@ (define-public guile-tap
|
|||
(lambda _
|
||||
(substitute* "Makefile"
|
||||
(("PREFIX = /usr/local") (string-append "PREFIX="
|
||||
#$output)))))
|
||||
#$output)))
|
||||
(substitute* "bin/tap-harness"
|
||||
((" guile ") (string-append " " (which "guile") " ")))))
|
||||
(replace 'build
|
||||
(lambda _
|
||||
(invoke "make")
|
||||
|
|
Loading…
Reference in a new issue