mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: kanshi: Add IPC support.
* gnu/packages/wm.scm (kanshi)[inputs]: Add libvarlink. Change-Id: Ie47b866b82c3207966e2578a1949ada7b1a3a41c
This commit is contained in:
parent
a430382144
commit
7936d0d2f8
1 changed files with 1 additions and 1 deletions
|
@ -2563,7 +2563,7 @@ (define-public kanshi
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
|
(base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs (list libscfg wayland))
|
(inputs (list libscfg libvarlink wayland))
|
||||||
(native-inputs (append (if (%current-target-system)
|
(native-inputs (append (if (%current-target-system)
|
||||||
(list pkg-config-for-build)
|
(list pkg-config-for-build)
|
||||||
(list))
|
(list))
|
||||||
|
|
Loading…
Reference in a new issue