mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: emacs-consult: Update to 2.2.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 2.2. Change-Id: Iee7fe14d65c43b3082669dc8d0b384825e5e3b86 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
c07aaa3da1
commit
5bf266a161
1 changed files with 5 additions and 6 deletions
|
@ -13769,7 +13769,7 @@ style, or as multiple word prefixes.")
|
||||||
(define-public emacs-consult
|
(define-public emacs-consult
|
||||||
(package
|
(package
|
||||||
(name "emacs-consult")
|
(name "emacs-consult")
|
||||||
(version "2.0")
|
(version "2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13777,22 +13777,21 @@ style, or as multiple word prefixes.")
|
||||||
(url "https://github.com/minad/consult")
|
(url "https://github.com/minad/consult")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dvj5l6y3s292p0hi66l43g5ykbrvi1glh71n8slkayg76c8jqfp"))
|
(base32 "03kmdpgghbpwss8kkm0w9cprg0cws00ksamv912vryabs8c095zx"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #f ; there are no tests
|
||||||
#: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 "consult.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/consult")
|
(home-page "https://github.com/minad/consult")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue