mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: emacs-cape: Update to 2.0.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 2.0. [arguments]<#:phases>: Don't install info file explicitely in makeinfo. Change-Id: I46abd7feb31ded4acc5769b1288393cb4f4f32d4 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
c49abb12c9
commit
d052452a7f
1 changed files with 4 additions and 6 deletions
|
@ -5714,7 +5714,7 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
|
||||||
(define-public emacs-cape
|
(define-public emacs-cape
|
||||||
(package
|
(package
|
||||||
(name "emacs-cape")
|
(name "emacs-cape")
|
||||||
(version "1.9")
|
(version "2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5723,21 +5723,19 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pcgxv011z0gl0g38yh2dr09sx17pwpbvydz2dzvm730k9lbyikh"))))
|
(base32 "0wm0y982zrfzzbdizpvr39c55bhp9y7l7w1sp8ps1b4ijbmgd0r9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'install 'makeinfo
|
(add-after 'unpack 'makeinfo
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "emacs"
|
(invoke "emacs"
|
||||||
"--batch"
|
"--batch"
|
||||||
"--eval=(require 'ox-texinfo)"
|
"--eval=(require 'ox-texinfo)"
|
||||||
"--eval=(find-file \"README.org\")"
|
"--eval=(find-file \"README.org\")"
|
||||||
"--eval=(org-texinfo-export-to-info)")
|
"--eval=(org-texinfo-export-to-info)"))))))
|
||||||
(install-file "cape.info"
|
|
||||||
(string-append #$output "/share/info")))))))
|
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
(propagated-inputs (list emacs-compat))
|
(propagated-inputs (list emacs-compat))
|
||||||
(home-page "https://github.com/minad/cape")
|
(home-page "https://github.com/minad/cape")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue