mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: cage: Fix cross-compilation.
* gnu/packages/wm.scm (cage)[native-inputs]: Add wayland. Change-Id: I7f929570c8daa43872f7ecfb021bce6ec3e7b8f7 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
f41727cd92
commit
f1a0a28030
1 changed files with 4 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
|
||||
;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net>
|
||||
;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
|
||||
;;; Copyright © 2021, 2023 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2021, 2023, 2024 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||
;;; Copyright © 2021 qblade <qblade@protonmail.com>
|
||||
;;; Copyright © 2021 lasnesne <lasnesne@lagunposprasihopre.org>
|
||||
|
@ -213,7 +213,9 @@ (define-public cage
|
|||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "11sg9x08zl2nr7a723h462knz5lf58sgvkhv1mgc9z3hhkhvbsja"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list pkg-config scdoc))
|
||||
(native-inputs (list pkg-config scdoc
|
||||
;; for wayland-scanner
|
||||
wayland))
|
||||
(inputs (list wayland wlroots-0.16 libxkbcommon))
|
||||
(home-page "https://github.com/cage-kiosk/cage")
|
||||
(synopsis "Wayland kiosk")
|
||||
|
|
Loading…
Reference in a new issue