mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-corfu: Update to 2.0.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 2.0. Change-Id: Ibebd4b221984e814fa970802fd922f02e8d4b779 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
89be19c0ca
commit
5b528fd307
1 changed files with 6 additions and 8 deletions
|
@ -5605,7 +5605,7 @@ of bibliographic references.")
|
|||
(define-public emacs-corfu
|
||||
(package
|
||||
(name "emacs-corfu")
|
||||
(version "1.7")
|
||||
(version "2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5614,10 +5614,11 @@ of bibliographic references.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0yyc64bfqpsjs5iwgwxm171sg85al4mzj4pv3qd4cpmkgmamrrv3"))))
|
||||
(base32 "15vmhbwpjgvc9ly8icrjf74jhbplhigfyfa762s45ipnrq6gyixq"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; there are no tests
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; Move the extensions source files to the top level, which is included
|
||||
|
@ -5628,15 +5629,12 @@ of bibliographic references.")
|
|||
(for-each (lambda (f)
|
||||
(rename-file f (basename f)))
|
||||
el-files))))
|
||||
(add-after 'install 'makeinfo
|
||||
(add-after 'unpack 'makeinfo
|
||||
(lambda _
|
||||
(invoke "emacs"
|
||||
"--batch"
|
||||
(invoke "emacs" "--batch"
|
||||
"--eval=(require 'ox-texinfo)"
|
||||
"--eval=(find-file \"README.org\")"
|
||||
"--eval=(org-texinfo-export-to-info)")
|
||||
(install-file "corfu.info"
|
||||
(string-append #$output "/share/info")))))))
|
||||
"--eval=(org-texinfo-export-to-info)"))))))
|
||||
(native-inputs (list texinfo))
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue