gnu: waybar: Fix build.

* gnu/packages/wm.scm (waybar)[inputs]: Replace spdlog with spdlog-1.7.
This commit is contained in:
Jonathan Brielmaier 2020-12-22 12:26:35 +01:00
parent d7d5bca4f8
commit 8bcbbda0c6
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F

View File

@ -1546,7 +1546,7 @@ modules for building a Wayland compositor.")
("libmpdclent" ,libmpdclient)
("libnl" ,libnl)
("pulseaudio" ,pulseaudio)
("spdlog" ,spdlog)
("spdlog" ,spdlog-1.7)
("wayland" ,wayland)))
(native-inputs
`(("gcc" ,gcc-8) ; for #include <filesystem>