mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-lua-mode: Build with newer emacs-buttercup.
* gnu/packages/emacs-xyz (emacs-lua-mode)[native-inputs]: Replace emacs-buttercup-1.25 with emacs-buttercup. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
b2ab38cd82
commit
3c3dfaab85
1 changed files with 1 additions and 1 deletions
|
@ -15532,7 +15532,7 @@ (define-public emacs-lua-mode
|
|||
`(#:tests? #t
|
||||
#:test-command '("buttercup" "-l" "lua-mode.el")))
|
||||
(native-inputs
|
||||
(list emacs-buttercup-1.25 lua))
|
||||
(list emacs-buttercup lua))
|
||||
(synopsis "Major mode for lua")
|
||||
(description
|
||||
"This Emacs package provides a mode for @uref{https://www.lua.org/,
|
||||
|
|
Loading…
Reference in a new issue