~ruther/guix-local

7936d0d2f83fbcff3a027fffe7441840bbd8c765 — Till Robin Zickel 1 year, 4 months ago a430382
gnu: kanshi: Add IPC support.

* gnu/packages/wm.scm (kanshi)[inputs]: Add libvarlink.

Change-Id: Ie47b866b82c3207966e2578a1949ada7b1a3a41c
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +1 -1
@@ 2563,7 2563,7 @@ compositors that support the layer-shell protocol.")
       (sha256
        (base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
    (build-system meson-build-system)
    (inputs (list libscfg wayland))
    (inputs (list libscfg libvarlink wayland))
    (native-inputs (append (if (%current-target-system)
                               (list pkg-config-for-build)
                               (list))