mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: emacs-orderless: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-orderless)[propagated-inputs]: Add EMACS-COMPAT. Change-Id: I24720db56c7ced369144c8ef14a8336a1bf12fc0
This commit is contained in:
parent
4e2a35661a
commit
4d8a3251c5
1 changed files with 2 additions and 2 deletions
|
@ -12536,8 +12536,8 @@ (define-public emacs-orderless
|
||||||
(invoke "makeinfo" "orderless.texi")
|
(invoke "makeinfo" "orderless.texi")
|
||||||
(install-file "orderless.info"
|
(install-file "orderless.info"
|
||||||
(string-append #$output "/share/info")))))))
|
(string-append #$output "/share/info")))))))
|
||||||
(native-inputs
|
(native-inputs (list texinfo))
|
||||||
(list texinfo))
|
(propagated-inputs (list emacs-compat))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue