guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: waybar: Fix build.


From: guix-commits
Subject: 02/02: gnu: waybar: Fix build.
Date: Tue, 22 Dec 2020 06:28:40 -0500 (EST)

jonsger pushed a commit to branch master
in repository guix.

commit 8bcbbda0c672a2451ae170d6e1438a7f5c893cd5
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Tue Dec 22 12:26:35 2020 +0100

    gnu: waybar: Fix build.
    
    * gnu/packages/wm.scm (waybar)[inputs]: Replace spdlog with spdlog-1.7.
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e923a70..cbcebd7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]