mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue