gnu: emacs-next-pgtk: Inherit patches from emacs-next.

* gnu/packages/emacs.scm (emacs-next-pgtk)[source]: Inherit patches from
emacs-next.
This commit is contained in:
Andrew Tropin 2022-09-19 07:23:41 +03:00
parent 25adb336bc
commit f7565101e4
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -412,7 +412,9 @@ (define-public emacs-next-pgtk
(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 #~'())