mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
cb6c080d3e
commit
b4424e008c
1 changed files with 3 additions and 4 deletions
|
@ -11453,7 +11453,7 @@ (define-public emacs-lua-mode
|
|||
(define-public emacs-ebuild-mode
|
||||
(package
|
||||
(name "emacs-ebuild-mode")
|
||||
(version "1.53")
|
||||
(version "1.54")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -11462,7 +11462,7 @@ (define-public emacs-ebuild-mode
|
|||
"ebuild-mode-" version ".tar.xz"))
|
||||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1l740qp71df9ids0c49kvp942rk8k1rfkg1hyv7ysfns5shk7b9l"))))
|
||||
(base32 "0a4j3lriphv7f11qzjxynxv9jn5vj68qdgwklpviaqvisvcgvmnh"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
@ -11472,8 +11472,7 @@ (define-public emacs-ebuild-mode
|
|||
(invoke "make" "ebuild-mode.info")
|
||||
(install-file "ebuild-mode.info"
|
||||
(string-append (assoc-ref outputs "out")
|
||||
"/share/info"))
|
||||
#t)))))
|
||||
"/share/info")))))))
|
||||
(native-inputs
|
||||
(list texinfo))
|
||||
(home-page "https://devmanual.gentoo.org")
|
||||
|
|
Loading…
Reference in a new issue