diff options
author | Gábor Boskovits <boskovits@gmail.com> | 2019-06-17 13:30:57 +0200 |
---|---|---|
committer | Gábor Boskovits <boskovits@gmail.com> | 2019-06-17 13:33:06 +0200 |
commit | de2d14f2ff3577f521b6dc9c52f45924249c1949 (patch) | |
tree | af7672519281103e4e5277428e02c81cba5f57ba /gnu/packages | |
parent | 5cfc16320a870b5b006d65095564bf5188d4557a (diff) | |
download | patches-de2d14f2ff3577f521b6dc9c52f45924249c1949.tar patches-de2d14f2ff3577f521b6dc9c52f45924249c1949.tar.gz |
gnu: waybar: Add optional dependencies.
* gnu/packages/wm.scm(waybar)[inputs]: Add libdbusmenu, libnl,
libmpdclient and pulseaudio.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 5737fea8d9..0b15801633 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 |