gnu: conky: Update to 1.19.8.
* gnu/packages/conky.scm (conky): Update to 1.19.8. [inputs]: Add libxi. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
4e7c3867ad
commit
de26171174
|
@ -40,7 +40,7 @@
|
||||||
(package
|
(package
|
||||||
(name "conky")
|
(name "conky")
|
||||||
(home-page "https://github.com/brndnmtthws/conky")
|
(home-page "https://github.com/brndnmtthws/conky")
|
||||||
(version "1.19.6")
|
(version "1.19.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02mdqsizc36v3zqhxnyv2mch9w0gqnl4a25yxishka9yv5ni5iig"))))
|
(base32 "1g712cw2nzd2qvgdmyvazyda0znyqzg6yckg98ss203fggwp93vj"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -80,6 +80,7 @@
|
||||||
libxdamage
|
libxdamage
|
||||||
libxext
|
libxext
|
||||||
libxft
|
libxft
|
||||||
|
libxi
|
||||||
libxinerama
|
libxinerama
|
||||||
pulseaudio
|
pulseaudio
|
||||||
lua
|
lua
|
||||||
|
|
Reference in New Issue