diff options
author | Till Robin Zickel <[email protected]> | 2025-01-12 12:29:05 +0800 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2025-01-12 12:30:17 +0800 |
commit | 7936d0d2f83fbcff3a027fffe7441840bbd8c765 (patch) | |
tree | 835cc5d7edd184f6321966d0efb17fa333f5a90f | |
parent | a430382144a9e3fb12bd981ee020fff3d29ac3b2 (diff) |
gnu: kanshi: Add IPC support.
* gnu/packages/wm.scm (kanshi)[inputs]: Add libvarlink.
Change-Id: Ie47b866b82c3207966e2578a1949ada7b1a3a41c
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 35ce18cffe..4331ba3bba 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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)) |