1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-13 08:30:38 +02:00

gnu: kanshi: Add IPC support.

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

Change-Id: Ie47b866b82c3207966e2578a1949ada7b1a3a41c
This commit is contained in:
Till Robin Zickel
2025-01-12 12:29:05 +08:00
committed by Zheng Junjie
parent a430382144
commit 7936d0d2f8

View File

@@ -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))