guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit d65073676492d4d0cea870cfb0079d6df7ed1f68
Author: John Kehayias <[email protected]>
AuthorDate: Mon Sep 29 18:59:55 2025 -0400

    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
---
 gnu/packages/emacs.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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 <[email protected]>
 ;;; Copyright © 2025 Nicolas Graves <[email protected]>
 ;;; Copyright © 2025 Jake Forster <[email protected]>
+;;; Copyright © 2025 John Kehayias <[email protected]>
 ;;;
 ;;; 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))

Reply via email to