mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
c60306a596
commit
6153681bda
1 changed files with 5 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue