gnu: i3lock-color: Update to 2.12.c.

* gnu/packages/wm.scm (i3lock-color): Update to 2.12.c.
[inputs]: Add xcb-util-xrm.
master
Tobias Geerinckx-Rice 2019-03-08 16:31:23 +01:00
parent f45cc966ba
commit 7969751f54
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -389,7 +389,7 @@ prompt.")
(define-public i3lock-color
(package
(name "i3lock-color")
(version "2.11-c")
(version "2.12.c")
(source
(origin
(method git-fetch)
@ -398,7 +398,7 @@ prompt.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1myq9fazkwd776agrnj27bm5nwskvss9v9a5qb77n037dv8d0rdw"))))
(base32 "08fhnchf187b73h52xgzb86g6byzxz085zs9galsvl687g5zxk34"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no tests included
@ -410,7 +410,8 @@ prompt.")
("libxkbcommon" ,libxkbcommon)
("linux-pam" ,linux-pam)
("xcb-util" ,xcb-util)
("xcb-util-image" ,xcb-util-image)))
("xcb-util-image" ,xcb-util-image)
("xcb-util-xrm" ,xcb-util-xrm)))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)