diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-02 15:26:51 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-02 15:49:17 +0100 |
commit | b230a47fdbd340bc3ee9d991abb4acc52ca30eb4 (patch) | |
tree | 0ca632b42dee477dece3bccfa7afa982f550b3c1 /gnu | |
parent | 3e82cd8bfc146d62cd1192a5d8903eb068aa6d0c (diff) |
gnu: xbindkey: Order inputs alphabetically.
* gnu/packages/xdisorg.scm (xbindkeys)[inputs]: Swap them.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 79ba61b344..92f9c565b1 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 |