me
/
guix
Archived
1
0
Fork 0

gnu: guile-newt: Update to 0.0.2.

* gnu/packages/guile-xyz.scm (guile-newt): Update to 0.0.2,
[source]: remove Guile 3.0 snippet.
master
Mathieu Othacehe 2020-04-16 19:55:17 +02:00
parent c6f74eb540
commit f52c1f5f61
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 15 deletions

View File

@ -1042,7 +1042,7 @@ format.")
(define-public guile-newt
(package
(name "guile-newt")
(version "0.0.1")
(version "0.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1051,20 +1051,7 @@ format.")
(file-name (git-file-name name version))
(sha256
(base32
"1w7qy4dw1f4bx622l6hw8mv49sf1ha8kch8j4nganyk8fj0wn695"))
(modules '((guix build utils)))
(snippet
'(begin
;; Allow builds with Guile 3.0.
(substitute* "configure.ac"
(("^GUILE_PKG.*")
"GUILE_PKG([3.0 2.2 2.0])\n"))
;; Remove "guile.m4" since it contains an obsolete version
;; of 'GUILE_PKG' that doesn't work with development
;; versions such as 2.9.
(delete-file "m4/guile.m4")
#t))))
"1gksd1lzgjjh1p9vczghg8jw995d22hm34kbsiv8rcryirv2xy09"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags