gnu: waybar: Update to 0.9.8.
* gnu/packages/wm.scm (waybar): Update to 0.9.8. [inputs]: Add libxml2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c899566b2f
commit
357ecb777e
1 changed files with 3 additions and 2 deletions
|
@ -1685,7 +1685,7 @@ display a clock or apply image manipulation techniques to the background image."
|
||||||
(define-public waybar
|
(define-public waybar
|
||||||
(package
|
(package
|
||||||
(name "waybar")
|
(name "waybar")
|
||||||
(version "0.9.7")
|
(version "0.9.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1694,7 +1694,7 @@ display a clock or apply image manipulation techniques to the background image."
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17cn4d3dx92v40jd9vl41smp8hh3gf5chd1j2f7l1lrpfpnllg5x"))))
|
(base32 "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs `(("date" ,date)
|
(inputs `(("date" ,date)
|
||||||
("fmt" ,fmt)
|
("fmt" ,fmt)
|
||||||
|
@ -1705,6 +1705,7 @@ display a clock or apply image manipulation techniques to the background image."
|
||||||
("libinput" ,libinput)
|
("libinput" ,libinput)
|
||||||
("libmpdclent" ,libmpdclient)
|
("libmpdclent" ,libmpdclient)
|
||||||
("libnl" ,libnl)
|
("libnl" ,libnl)
|
||||||
|
("libxml2" ,libxml2)
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("spdlog" ,spdlog)
|
("spdlog" ,spdlog)
|
||||||
("wayland" ,wayland)))
|
("wayland" ,wayland)))
|
||||||
|
|
Reference in a new issue