guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-next: Add the correct native search paths.


From: David Thompson
Subject: 01/02: gnu: guile-next: Add the correct native search paths.
Date: Thu, 4 Oct 2018 13:24:48 -0400 (EDT)

davexunit pushed a commit to branch master
in repository guix.

commit e14b3067e324f05a852d216aec5432cc285dfcec
Author: David Thompson <address@hidden>
Date:   Thu Oct 4 11:05:06 2018 -0400

    gnu: guile-next: Add the correct native search paths.
    
    * gnu/packages/guile.scm (guile-next): Add native search paths for version 
3.0.
---
 gnu/packages/guile.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 6d8ab71..0462582 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -355,7 +355,15 @@ without requiring the source code to be rewritten.")
                (lambda _
                  ;; Remove this test that's bound to fail.
                  (delete-file "test-suite/tests/version.test")
-                 #t)))))))))
+                 #t))))))
+      (native-search-paths
+       (list (search-path-specification
+              (variable "GUILE_LOAD_PATH")
+              (files '("share/guile/site/3.0")))
+             (search-path-specification
+              (variable "GUILE_LOAD_COMPILED_PATH")
+              (files '("lib/guile/3.0/site-ccache"
+                       "share/guile/site/3.0"))))))))
 
 (define (make-guile-readline guile)
   (package



reply via email to

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