mothacehe pushed a commit to branch wip-cross-system
in repository guix.
commit 71cc42dca292ca1d1f6860511a3da9791441021a
Author: Mathieu Othacehe <[email protected]>
Date: Sun Aug 18 11:00:23 2019 +0200
gexp: Use cross extensions when cross-compiling.
---
guix/gexp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/gexp.scm b/guix/gexp.scm
index d9bdde2..514422c 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -1513,7 +1513,7 @@ are searched for in PATH. Return #f when MODULES and
EXTENSIONS are empty."
(string-append extension
"/share/guile/site/"
(effective-version)))
- '((ungexp-native-splicing
extensions)))
+ '((ungexp-splicing extensions)))
%load-path)))
(set! %load-compiled-path
(cons (ungexp compiled)
@@ -1522,7 +1522,7 @@ are searched for in PATH. Return #f when MODULES and
EXTENSIONS are empty."
"/lib/guile/"
(effective-version)
"/site-ccache"))
- '((ungexp-native-splicing
extensions)))
+ '((ungexp-splicing extensions)))
%load-compiled-path)))))))))
(define* (gexp->script name exp