guix-commits
[Top][All Lists]
Advanced

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

58/64: gexp: Use cross extensions when cross-compiling.


From: guix-commits
Subject: 58/64: gexp: Use cross extensions when cross-compiling.
Date: Fri, 23 Aug 2019 04:10:25 -0400 (EDT)

mothacehe pushed a commit to branch wip-cross-system
in repository guix.

commit a1028f9922cf64c106c32836b3907bd38e677b06
Author: Mathieu Othacehe <address@hidden>
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



reply via email to

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