GNU bug report logs - #67074
[PATCH] gnu: kbdd: fix cross-compilation.

Previous Next

Package: guix-patches;

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

Date: Sat, 11 Nov 2023 12:03:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67074: closed ([PATCH] gnu: kbdd: fix cross-compilation.)
Date: Sat, 25 Nov 2023 13:37:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 25 Nov 2023 14:35:52 +0100
with message-id <878r6muf9j.fsf <at> gnu.org>
and subject line Re: [bug#67074] [PATCH] gnu: kbdd: fix cross-compilation.
has caused the debbugs.gnu.org bug report #67074,
regarding [PATCH] gnu: kbdd: fix cross-compilation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67074: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67074
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: kbdd: fix cross-compilation.
Date: Sat, 11 Nov 2023 20:00:52 +0800
* gnu/packages/xdisorg.scm (kbdd): fix cross-compilation.
[native-inputs]: add dbus-glib.

Change-Id: I4f5bc93c8f372d47e7bf0d91e181775400c64ecf
---
 gnu/packages/xdisorg.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 553b733a6b..090f6b548a 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3195,6 +3195,7 @@ (define-public kbdd
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake
+           dbus-glib ;; for dbus-binding-tool
            `(,glib "bin") pkg-config))
     (inputs
      (list dbus-glib glib libx11))

base-commit: af6105afc67a15a491a0a4fd18a28c9f801a0b94
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: 67074-done <at> debbugs.gnu.org
Subject: Re: [bug#67074] [PATCH] gnu: kbdd: fix cross-compilation.
Date: Sat, 25 Nov 2023 14:35:52 +0100
> * gnu/packages/xdisorg.scm (kbdd): fix cross-compilation.

Applied, thanks,

Mathieu


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

Previous Next


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