me
/
guix
Archived
1
0
Fork 0

gnu: xbindkey: Order inputs alphabetically.

* gnu/packages/xdisorg.scm (xbindkeys)[inputs]: Swap them.
master
Tobias Geerinckx-Rice 2021-02-02 15:26:51 +01:00
parent 3e82cd8bfc
commit b230a47fdb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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