gnu: guile-xcb: Fix cross-compilation.
* gnu/packages/guile-wm.scm (guile-xcb)[native-inputs]: Add guile.
This commit is contained in:
parent
6fe3e25006
commit
c3d523b048
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
;;; Copyright © 2016 Alex ter Weele <alex.ter.weele@gmail.com>
|
||||
;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2017 ng0 <ng0@n0.is>
|
||||
;;; Copyright © 2019 Pierre-Moana Levesque <pierre.moana.levesque@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -57,7 +58,8 @@ (define-public guile-xcb
|
|||
"--with-guile-site-ccache-dir="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib/guile/2.2/site-ccache"))))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
(native-inputs `(("guile" ,guile-2.2)
|
||||
("pkg-config" ,pkg-config)
|
||||
("texinfo" ,texinfo)))
|
||||
(inputs `(("guile" ,guile-2.2)
|
||||
("xcb" ,xcb-proto)))
|
||||
|
|
Loading…
Reference in a new issue