guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-next-pgtk: Inherit patches from emacs-


From: guix-commits
Subject: branch master updated: gnu: emacs-next-pgtk: Inherit patches from emacs-next.
Date: Mon, 19 Sep 2022 00:26:15 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f7565101e4 gnu: emacs-next-pgtk: Inherit patches from emacs-next.
f7565101e4 is described below

commit f7565101e49102da6f87ad92e4644ae7996515ab
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Sep 19 07:23:41 2022 +0300

    gnu: emacs-next-pgtk: Inherit patches from emacs-next.
    
    * gnu/packages/emacs.scm (emacs-next-pgtk)[source]: Inherit patches from
    emacs-next.
---
 gnu/packages/emacs.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fc93852880..a560481dd9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -412,7 +412,9 @@ languages.")
     (source
      (origin
        (inherit (package-source emacs-next))
-       (patches (search-patches "emacs-pgtk-super-key-fix.patch"))))
+       (patches
+        (append (search-patches "emacs-pgtk-super-key-fix.patch")
+                (origin-patches (package-source emacs-next))))))
     (arguments
      (substitute-keyword-arguments (package-arguments emacs-next)
        ((#:configure-flags flags #~'())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]