mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'staging' into core-updates
This commit is contained in:
commit
80c76f5d8e
25 changed files with 685 additions and 168 deletions
|
@ -409,6 +409,10 @@ languages.")
|
|||
(package
|
||||
(inherit emacs-next)
|
||||
(name "emacs-next-pgtk")
|
||||
(source
|
||||
(origin
|
||||
(inherit (package-source emacs-next))
|
||||
(patches (search-patches "emacs-pgtk-super-key-fix.patch"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments emacs-next)
|
||||
((#:configure-flags flags #~'())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue