GNU bug report logs - #69303
[PATCH] gnu: cage: Fix cross-compilation.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Wed, 21 Feb 2024 15:22:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69303 in the body.
You can then email your comments to 69303 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#69303; Package guix-patches. (Wed, 21 Feb 2024 15:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 21 Feb 2024 15:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: cage: Fix cross-compilation.
Date: Wed, 21 Feb 2024 19:12:19 +0800
* gnu/packages/wm.scm (cage)[native-inputs]: Add wayland.

Change-Id: I7f929570c8daa43872f7ecfb021bce6ec3e7b8f7
---
 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 acaa64b9e6..4a5af19e97 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -41,7 +41,7 @@
 ;;; Copyright © 2020 B. Wilson <elaexuotee <at> wilsonb.com>
 ;;; Copyright © 2020 Niklas Eklund <niklas.eklund <at> posteo.net>
 ;;; Copyright © 2020 Robert Smith <robertsmith <at> posteo.net>
-;;; Copyright © 2021, 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2021, 2023, 2024 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2021 qblade <qblade <at> protonmail.com>
 ;;; Copyright © 2021 lasnesne <lasnesne <at> lagunposprasihopre.org>
@@ -208,7 +208,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")

base-commit: bb87745253f5eca6697e91bf30a00b7f094496d8
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69303; Package guix-patches. (Fri, 01 Mar 2024 06:27:02 GMT) Full text and rfc822 format available.

Message #8 received at 69303 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: 69303 <at> debbugs.gnu.org
Subject: Re: [bug#69303] [PATCH] gnu: cage: Fix cross-compilation.
Date: Fri, 01 Mar 2024 14:24:11 +0800
Hi,

On Wed, 21 Feb 2024 19:12:19 +0800,
Zheng Junjie wrote:
>
> * gnu/packages/wm.scm (cage)[native-inputs]: Add wayland.
>
> Change-Id: I7f929570c8daa43872f7ecfb021bce6ec3e7b8f7
> ---
>  gnu/packages/wm.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Applied as f1a0a28030d7f61c14b5c25100d0b3ace2c75238, thanks!




bug closed, send any further explanations to 69303 <at> debbugs.gnu.org and Zheng Junjie <zhengjunjie <at> iscas.ac.cn> Request was from Hilton Chain <hako <at> ultrarare.space> to control <at> debbugs.gnu.org. (Fri, 01 Mar 2024 06:28:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 29 Mar 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 82 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.