summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2025-09-29 18:59:55 -0400
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 16:52:07 +0900
commitff9d11e33ac1e60ca26a356d47bc7036f2a15a0a (patch)
tree55bad90e04a4d7480ce81952a1150df5681eb208
parenta3b0a1e88d5d3b57e627e9afcbe64c872f3c967c (diff)
gnu: emacs-next-minimal: Fix test.
This patch represents a commit which should already be in emacs-next; to be investigated. * gnu/packages/emacs.scm (emacs-next-minimal)[source]: Add patch. Change-Id: I884c9082cf53478411f01ccb5deab0e5c239fba1
-rw-r--r--gnu/packages/emacs.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5a7af4ea62..567e7a7426 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2025 Jake Forster <jakecameron.forster@gmail.com>
+;;; Copyright © 2025 John Kehayias <john@guixotic.coop>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -689,7 +690,10 @@ editor (with wide ints)" )
"emacs-native-comp-driver-options.patch"
"emacs-next-native-comp-fix-filenames.patch"
"emacs-native-comp-pin-packages.patch"
- "emacs-pgtk-super-key-fix.patch")))))))
+ "emacs-pgtk-super-key-fix.patch"
+ ;; XXX This commit should already be on 31.0 but
+ ;; without this emacs-next will fail a test.
+ "emacs-zoom-image-test-fix.patch")))))))
(define* (emacs->emacs-next emacs #:optional name
#:key (version (package-version emacs-next-minimal))