gnu: i3lock-color: Update to 2.12.c.
* gnu/packages/wm.scm (i3lock-color): Update to 2.12.c. [inputs]: Add xcb-util-xrm.
This commit is contained in:
parent
f45cc966ba
commit
7969751f54
1 changed files with 4 additions and 3 deletions
|
@ -389,7 +389,7 @@ prompt.")
|
||||||
(define-public i3lock-color
|
(define-public i3lock-color
|
||||||
(package
|
(package
|
||||||
(name "i3lock-color")
|
(name "i3lock-color")
|
||||||
(version "2.11-c")
|
(version "2.12.c")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -398,7 +398,7 @@ prompt.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1myq9fazkwd776agrnj27bm5nwskvss9v9a5qb77n037dv8d0rdw"))))
|
(base32 "08fhnchf187b73h52xgzb86g6byzxz085zs9galsvl687g5zxk34"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests included
|
`(#:tests? #f)) ; no tests included
|
||||||
|
@ -410,7 +410,8 @@ prompt.")
|
||||||
("libxkbcommon" ,libxkbcommon)
|
("libxkbcommon" ,libxkbcommon)
|
||||||
("linux-pam" ,linux-pam)
|
("linux-pam" ,linux-pam)
|
||||||
("xcb-util" ,xcb-util)
|
("xcb-util" ,xcb-util)
|
||||||
("xcb-util-image" ,xcb-util-image)))
|
("xcb-util-image" ,xcb-util-image)
|
||||||
|
("xcb-util-xrm" ,xcb-util-xrm)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Reference in a new issue