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

* gnu/packages/xorg.scm (xcompmgr): fix cross-compilation.
[native-inputs]: add util-macros.

Change-Id: Ice00c75ebd2cdf100bb9eb604c6928baaa85aa26
---
 gnu/packages/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f65ffa7476..7d46558746 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6120,7 +6120,7 @@ (define-public xcompmgr
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs
-     (list pkg-config autoconf automake))
+     (list util-macros pkg-config autoconf automake))
     (inputs
      (list libx11
            libxext

base-commit: 61c527227ceebdad8da2d52214b253a48323cbb9
-- 
2.41.0





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

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


> * gnu/packages/xorg.scm (xcompmgr): fix cross-compilation.

Applied, thanks,

Mathieu




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-11 10:57 [bug#67071] [PATCH] gnu: xcompmgr: fix cross-compilation Zheng Junjie
2023-11-25 13:38 ` bug#67071: " 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.