guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: waybar: Add optional dependencies.


From: guix-commits
Subject: 01/01: gnu: waybar: Add optional dependencies.
Date: Mon, 17 Jun 2019 07:33:35 -0400 (EDT)

boskovits pushed a commit to branch master
in repository guix.

commit de2d14f2ff3577f521b6dc9c52f45924249c1949
Author: Gábor Boskovits <address@hidden>
Date:   Mon Jun 17 13:30:57 2019 +0200

    gnu: waybar: Add optional dependencies.
    
    * gnu/packages/wm.scm(waybar)[inputs]: Add libdbusmenu, libnl,
    libmpdclient and pulseaudio.
---
 gnu/packages/wm.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5737fea..0b15801 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1349,7 +1349,11 @@ modules for building a Wayland compositor.")
     (inputs `(("fmt" ,fmt)
               ("gtkmm" ,gtkmm)
               ("jsoncpp" ,jsoncpp)
+              ("libdbusmenu" ,libdbusmenu)
               ("libinput" ,libinput)
+              ("libmpdclent" ,libmpdclient)
+              ("libnl" ,libnl)
+              ("pulseaudio" ,pulseaudio)
               ("spdlog" ,spdlog)
               ("wayland" ,wayland)))
     (native-inputs `(("gcc-toolchain" ,gcc-toolchain-7) ; TODO remove when 
default gcc version >=7



reply via email to

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