guix-patches
[Top][All Lists]
Advanced

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

[bug#36477] [PATCH v3 34/48] gnu: guile-wm: Fix cross-compilation.


From: Mathieu Othacehe
Subject: [bug#36477] [PATCH v3 34/48] gnu: guile-wm: Fix cross-compilation.
Date: Mon, 2 Sep 2019 17:33:19 +0200

From: Pierre-Moana Levesque <address@hidden>

* gnu/packages/guile-wm.scm (guile-wm): Add guile and guile-xcb to 
native-inputs.
---
 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 6d17413901..3a6eebc91a 100644
--- a/gnu/packages/guile-wm.scm
+++ b/gnu/packages/guile-wm.scm
@@ -174,7 +174,9 @@ dependencies.")
                                     Type=Application~%"
                              ,name ,synopsis %output))))
                #t)))))
-      (native-inputs `(("pkg-config" ,pkg-config)
+      (native-inputs `(("guile" ,guile-2.2)
+                       ("guile-xcb" ,guile-xcb)
+                       ("pkg-config" ,pkg-config)
                        ("texinfo" ,texinfo)))
       (inputs `(("guile" ,guile-2.2)
                 ("guile-xcb" ,guile-xcb)))
-- 
2.20.1






reply via email to

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