mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-json-mode: Remove input for old versions.
* gnu/packages/emacs-xyz.scm (emacs-json-mode)[inputs]: Remove emacs-json-reformat.
This commit is contained in:
parent
2fc12474bf
commit
256703fa6c
1 changed files with 1 additions and 1 deletions
|
@ -15171,7 +15171,7 @@ (define-public emacs-json-mode
|
|||
(base32 "0r0k56q58kb133l9x9nbisz9p2kbphfgw1l4g2xp0pjqsc9wvq8z"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-json-reformat emacs-json-snatcher))
|
||||
(list emacs-json-snatcher))
|
||||
(home-page "https://github.com/joshwnj/json-mode")
|
||||
(synopsis "Major mode for editing JSON files")
|
||||
(description "@code{json-mode} extends the builtin js-mode syntax
|
||||
|
|
Loading…
Reference in a new issue