all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67074] [PATCH] gnu: kbdd: fix cross-compilation.
@ 2023-11-11 12:00 Zheng Junjie
  2023-11-25 13:35 ` bug#67074: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2023-11-11 12:00 UTC (permalink / raw)
  To: 67074

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67074: [PATCH] gnu: kbdd: fix cross-compilation.
  2023-11-11 12:00 [bug#67074] [PATCH] gnu: kbdd: fix cross-compilation Zheng Junjie
@ 2023-11-25 13:35 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-11-25 13:35 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: 67074-done


> * gnu/packages/xdisorg.scm (kbdd): fix cross-compilation.

Applied, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-25 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-11 12:00 [bug#67074] [PATCH] gnu: kbdd: fix cross-compilation Zheng Junjie
2023-11-25 13:35 ` bug#67074: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.