[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: cage: Fix cross-compilation.
From: |
guix-commits |
Subject: |
07/09: gnu: cage: Fix cross-compilation. |
Date: |
Fri, 1 Mar 2024 01:19:18 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit f1a0a28030d7f61c14b5c25100d0b3ace2c75238
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Feb 21 19:12:19 2024 +0800
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>
---
gnu/packages/wm.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 768fbc5bc7..8ed3ed1107 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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 @@ the leaves of a full binary tree.")
(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")
- branch master updated (956f44b931 -> 9a47afb3de), guix-commits, 2024/03/01
- 04/09: gnu: reproc: Enable reproc++., guix-commits, 2024/03/01
- 01/09: gnu: qtwayland: Add search path for QT_PLUGIN_PATH., guix-commits, 2024/03/01
- 06/09: gnu: gmid: Update to 2.0.1., guix-commits, 2024/03/01
- 08/09: gnu: go-github-com-signintech-gopdf: Update to 0.22.1., guix-commits, 2024/03/01
- 09/09: gnu: go-github-com-signintech-gopdf: Remove examples., guix-commits, 2024/03/01
- 02/09: gnu: b4: Update to 0.13.0., guix-commits, 2024/03/01
- 03/09: gnu: pipewire: Update to 1.0.3., guix-commits, 2024/03/01
- 05/09: gnu: reproc: Improve package style., guix-commits, 2024/03/01
- 07/09: gnu: cage: Fix cross-compilation.,
guix-commits <=