Archived
1
0
Fork 0

gnu: emacs-orderless: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6.
[native-inputs]: Add texinfo.
[arguments]<#:phases>: Install manual.
This commit is contained in:
Xinglu Chen 2021-05-16 21:27:21 +02:00 committed by Jelle Licht
parent 860ca285b6
commit 3c5849f3ec
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -7570,7 +7570,7 @@ interface.")
(define-public emacs-orderless (define-public emacs-orderless
(package (package
(name "emacs-orderless") (name "emacs-orderless")
(version "0.5") (version "0.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7578,9 +7578,20 @@ interface.")
(url "https://github.com/oantolin/orderless") (url "https://github.com/oantolin/orderless")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "032lfwflkpaxbcxl4jf438vapswsdagipjczcn30sc4dfdh3p42c")) (base32 "1javw5n3h3iv7f433b2ack49aka1jdpp8yxnaahzg5qbvr80hnay"))
(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
`(#:phases
(modify-phases %standard-phases
(add-after 'install 'makeinfo
(lambda* (#:key outputs #:allow-other-keys)
(invoke "makeinfo" "orderless.texi")
(install-file "orderless.info"
(string-append (assoc-ref outputs "out")
"/share/info")))))))
(native-inputs
`(("texinfo" ,texinfo)))
(home-page "https://github.com/oantolin/orderless") (home-page "https://github.com/oantolin/orderless")
(synopsis "Emacs completion style that matches multiple regexps in any order") (synopsis "Emacs completion style that matches multiple regexps in any order")
(description "This package provides an orderless completion style that (description "This package provides an orderless completion style that