mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01: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"
|
(invoke "makeinfo" "--no-split"
|
||||||
"-o" "rec-mode.info" "rec-mode.texi"))))))
|
"-o" "rec-mode.info" "rec-mode.texi"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
(list texinfo))
|
||||||
(home-page "https://www.gnu.org/software/recutils/")
|
(home-page "https://www.gnu.org/software/recutils/")
|
||||||
(synopsis "Emacs mode for working with recutils database files")
|
(synopsis "Emacs mode for working with recutils database files")
|
||||||
(description "This package provides an Emacs major mode @code{rec-mode}
|
(description "This package provides an Emacs major mode @code{rec-mode}
|
||||||
|
|
Loading…
Reference in a new issue