mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-rec-mode: Remove input labels.
* gnu/packages/databases.scm (emacs-rec-mode)[native-inputs]: Remove input labels.
This commit is contained in:
parent
1f5fcc68cb
commit
928085d828
1 changed files with 1 additions and 1 deletions
|
@ -1617,7 +1617,7 @@ (define-public emacs-rec-mode
|
|||
(invoke "makeinfo" "--no-split"
|
||||
"-o" "rec-mode.info" "rec-mode.texi"))))))
|
||||
(native-inputs
|
||||
`(("texinfo" ,texinfo)))
|
||||
(list texinfo))
|
||||
(home-page "https://www.gnu.org/software/recutils/")
|
||||
(synopsis "Emacs mode for working with recutils database files")
|
||||
(description "This package provides an Emacs major mode @code{rec-mode}
|
||||
|
|
Loading…
Reference in a new issue