Archived
1
0
Fork 0

gnu: emacs-ebuild-mode: Update to 1.54.

* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.54.
[arguments]<#:phases>: Remove trailing #T.
This commit is contained in:
Nicolas Goaziou 2021-12-29 15:07:37 +01:00
parent cb6c080d3e
commit b4424e008c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11453,7 +11453,7 @@ Lua programming language}.")
(define-public emacs-ebuild-mode (define-public emacs-ebuild-mode
(package (package
(name "emacs-ebuild-mode") (name "emacs-ebuild-mode")
(version "1.53") (version "1.54")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -11462,7 +11462,7 @@ Lua programming language}.")
"ebuild-mode-" version ".tar.xz")) "ebuild-mode-" version ".tar.xz"))
(file-name (string-append name "-" version ".tar.xz")) (file-name (string-append name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1l740qp71df9ids0c49kvp942rk8k1rfkg1hyv7ysfns5shk7b9l")))) (base32 "0a4j3lriphv7f11qzjxynxv9jn5vj68qdgwklpviaqvisvcgvmnh"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -11472,8 +11472,7 @@ Lua programming language}.")
(invoke "make" "ebuild-mode.info") (invoke "make" "ebuild-mode.info")
(install-file "ebuild-mode.info" (install-file "ebuild-mode.info"
(string-append (assoc-ref outputs "out") (string-append (assoc-ref outputs "out")
"/share/info")) "/share/info")))))))
#t)))))
(native-inputs (native-inputs
(list texinfo)) (list texinfo))
(home-page "https://devmanual.gentoo.org") (home-page "https://devmanual.gentoo.org")