From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 66266@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>,
Hilton Chain <hako@ultrarare.space>,
Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#66266] [PATCH 1/2] gnu: emacs-lua-mode: Build with newer emacs-buttercup.
Date: Sat, 30 Sep 2023 01:08:20 +0800 [thread overview]
Message-ID: <785d47582ba61799b818e747dd43f319cd059866.1695996964.git.hako@ultrarare.space> (raw)
In-Reply-To: <cover.1695996964.git.hako@ultrarare.space>
* gnu/packages/emacs-xyz (emacs-lua-mode)[native-inputs]: Replace
emacs-buttercup-1.25 with emacs-buttercup.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1f2334e409..54e89d48a6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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/,
--
2.41.0
next prev parent reply other threads:[~2023-09-29 17:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-29 14:18 [bug#66266] [PATCH 0/2] gnu: emacs-lua-mode: Build with newer emacs-buttercup Hilton Chain via Guix-patches via
2023-09-29 17:08 ` Hilton Chain via Guix-patches via [this message]
2023-09-29 17:08 ` [bug#66266] [PATCH 2/2] gnu: Remove emacs-buttercup-1.25 Hilton Chain via Guix-patches via
2023-09-29 19:49 ` bug#66266: [PATCH 0/2] gnu: emacs-lua-mode: Build with newer emacs-buttercup Tobias Geerinckx-Rice via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=785d47582ba61799b818e747dd43f319cd059866.1695996964.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=66266@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=hako@ultrarare.space \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).