mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-vertico: Update to 2.2.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.2. [source]: Update URL. [arguments] <#:phases> {makeinfo}: Remove install-file. Change-Id: I6ce7709c5925bae4ebe4a5feefb6f138e62193df Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
d5de4f2ca1
commit
b40eced515
1 changed files with 4 additions and 6 deletions
|
@ -42739,7 +42739,7 @@ and preferred services can easily be configured.")
|
|||
(define-public emacs-vertico
|
||||
(package
|
||||
(name "emacs-vertico")
|
||||
(version "2.0")
|
||||
(version "2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -42748,7 +42748,7 @@ and preferred services can easily be configured.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qgw0mhfrjylhyznjmjf7wqs5p3xvdv0lq19pql54plbnr6fspqk"))))
|
||||
(base32 "15zf0kj12an9dmdi55ghpkxj053bqzm50fwlhpga4sjzx7qmv5q8"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -42762,15 +42762,13 @@ and preferred services can easily be configured.")
|
|||
(for-each (lambda (f)
|
||||
(rename-file f (basename f)))
|
||||
el-files))))
|
||||
(add-after 'install 'makeinfo
|
||||
(add-after 'move-source-files 'makeinfo
|
||||
(lambda _
|
||||
(invoke "emacs"
|
||||
"--batch"
|
||||
"--eval=(require 'ox-texinfo)"
|
||||
"--eval=(find-file \"README.org\")"
|
||||
"--eval=(org-texinfo-export-to-info)")
|
||||
(install-file "vertico.info"
|
||||
(string-append #$output "/share/info")))))))
|
||||
"--eval=(org-texinfo-export-to-info)"))))))
|
||||
(native-inputs
|
||||
(list texinfo))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue