guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: xcompmgr: Fix cross-compilation.


From: guix-commits
Subject: 03/09: gnu: xcompmgr: Fix cross-compilation.
Date: Sat, 25 Nov 2023 08:48:25 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 7ae33c70f0183dab49a8b03e95505c08974c38a8
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Nov 11 18:57:09 2023 +0800

    gnu: xcompmgr: Fix cross-compilation.
    
    * gnu/packages/xorg.scm (xcompmgr): Fix cross-compilation.
    [native-inputs]: Add util-macros.
    
    Change-Id: Ice00c75ebd2cdf100bb9eb604c6928baaa85aa26
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 @@ Conventions Manual) and some of the @dfn{EWMH}
        (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]