guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: emacs-exwm-firefox: Improve package style.


From: guix-commits
Subject: 15/18: gnu: emacs-exwm-firefox: Improve package style.
Date: Thu, 4 Jan 2024 06:11:30 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 91c4b76ad22f8732da0be21171b540a0652b8b96
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 11:57:17 2024 +0100

    gnu: emacs-exwm-firefox: Improve package style.
    
    * gnu/packages/emacs-xyz.scm (emacs-exwm-firefox)[inputs]: Re-order inputs 
alphabetically.
    
    Change-Id: Ide39e4d98434decb15b3e2f81fbeb547ad91c88e
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 45f0a47493..a7bee76961 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31382,7 +31382,7 @@ keypresses mapped in firefox to the action described in 
the function name.")
              #~(modify-phases %standard-phases
                  (add-after 'unpack 'chdir
                    (lambda _ (chdir "lisp"))))))
-      (inputs (list emacs-exwm-firefox-core emacs-s emacs-exwm))
+      (inputs (list emacs-exwm emacs-exwm-firefox-core emacs-s))
       (home-page "https://codeberg.org/emacs-weirdware/exwm-firefox";)
       (synopsis "Enhanced support for Firefox under EXWM")
       (description



reply via email to

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