GNU bug report logs -
#66266
[PATCH 0/2] gnu: emacs-lua-mode: Build with newer emacs-buttercup.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Fri, 29 Sep 2023 14:21:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 66266 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-buttercup-1.25): Delete variable.
---
gnu/packages/emacs-xyz.scm | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 54e89d48a6..2e0b094d85 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28541,23 +28541,6 @@ (define-public emacs-buttercup
functions to ensure they are called with the right arguments during testing.")
(license license:gpl3+)))
-;;; Required by emacs-lua-mode
-(define emacs-buttercup-1.25
- (package
- (inherit emacs-buttercup)
- (name "emacs-buttercup")
- (version "1.25")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jorgenschaefer/emacs-buttercup")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0fsysvsypda6b7azc15bpaprq3bwx4gb6rlq2mj6f8rgwdqc8153"))))))
-
(define-public emacs-cort
(package
(name "emacs-cort")
--
2.41.0
This bug report was last modified 1 year and 293 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.