mothacehe pushed a commit to branch wip-cross-system
in repository guix.
commit 26846a016f512c881ddb2a636050159b28f12bfc
Author: Pierre-Moana Levesque <[email protected]>
Date: Thu Aug 8 17:16:50 2019 +0200
gnu: guile-xcb: Fix cross-compilation.
* gnu/packages/guile-wm.scm (guile-xcb)[native-inputs]: Add guile.
---
gnu/packages/guile-wm.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm
index 2955c06..6d17413 100644
--- a/gnu/packages/guile-wm.scm
+++ b/gnu/packages/guile-wm.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2016 Alex ter Weele <[email protected]>
;;; Copyright © 2017, 2019 Ricardo Wurmus <[email protected]>
;;; Copyright © 2017 ng0 <[email protected]>
+;;; Copyright © 2019 Pierre-Moana Levesque <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -57,7 +58,8 @@
"--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)))