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>
This commit is contained in:
parent
5edc8bec30
commit
7ae33c70f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user