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:
committed by
Zheng Junjie
parent
a430382144
commit
7936d0d2f8
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user