guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: xbindkey: Order inputs alphabetically.


From: guix-commits
Subject: 01/04: gnu: xbindkey: Order inputs alphabetically.
Date: Tue, 2 Feb 2021 09:51:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b230a47fdbd340bc3ee9d991abb4acc52ca30eb4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Feb 2 15:26:51 2021 +0100

    gnu: xbindkey: Order inputs alphabetically.
    
    * gnu/packages/xdisorg.scm (xbindkeys)[inputs]: Swap them.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 79ba61b..92f9c56 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -957,8 +957,8 @@ transparent text on your screen.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("libx11" ,libx11)
-       ("guile" ,guile-2.2)))
+     `(("guile" ,guile-2.2)
+       ("libx11" ,libx11)))
     (home-page "https://www.nongnu.org/xbindkeys/";)
     (synopsis "Associate a combination of keys with a shell command")
     (description



reply via email to

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