mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-vertico: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.1. [propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
parent
ecafebe21c
commit
58cb4e28d3
1 changed files with 6 additions and 4 deletions
|
@ -34431,7 +34431,7 @@ and preferred services can easily be configured.")
|
||||||
(define-public emacs-vertico
|
(define-public emacs-vertico
|
||||||
(package
|
(package
|
||||||
(name "emacs-vertico")
|
(name "emacs-vertico")
|
||||||
(version "1.0")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -34440,13 +34440,13 @@ and preferred services can easily be configured.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g2zy70gks24g7i4qj1ijx57g016svbymb8l493j81c4bhc88mjl"))))
|
(base32 "0djc1im6caa67aq0bi8d607ycb1lq4lsirfqsx8kqbfl46852f60"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Move the extensions source files to the top level, which is included in
|
;; Move the extensions source files to the top level, which is
|
||||||
;; the EMACSLOADPATH.
|
;; included in the EMACSLOADPATH.
|
||||||
(add-after 'unpack 'move-source-files
|
(add-after 'unpack 'move-source-files
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((el-files (find-files "./extensions" ".*\\.el$")))
|
(let ((el-files (find-files "./extensions" ".*\\.el$")))
|
||||||
|
@ -34455,6 +34455,8 @@ and preferred services can easily be configured.")
|
||||||
el-files)))))))
|
el-files)))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-compat))
|
||||||
(home-page "https://github.com/minad/vertico")
|
(home-page "https://github.com/minad/vertico")
|
||||||
(synopsis "Vertical interactive completion")
|
(synopsis "Vertical interactive completion")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue