guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: guile: Use "site-ccache" for the compiled search path.


From: Manolis Fragkiskos Ragkousis
Subject: 07/07: gnu: guile: Use "site-ccache" for the compiled search path.
Date: Wed, 13 Jul 2016 14:45:45 +0000 (UTC)

phant0mas pushed a commit to branch core-updates-next
in repository guix.

commit b036d6ddd61d8c070cf5488f08dde71ed43627ce
Author: Alex Kost <address@hidden>
Date:   Wed Jun 29 10:51:26 2016 +0300

    gnu: guile: Use "site-ccache" for the compiled search path.
    
    There is no need to add "ccache" to GUILE_LOAD_COMPILED_PATH,
    as this directory is used only by Guile itself, while "site-ccache" is
    where Guile packages put their .go files.
    
    * gnu/packages/guile.scm (guile-2.0)[native-search-paths]: Use
    "lib/guile/2.0/site-ccache" instead of "lib/guile/2.0/ccache" for
    GUILE_LOAD_COMPILED_PATH.
    (guile-next): Likewise.
---
 gnu/packages/guile.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 4bea9aa..80922e0 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -180,7 +180,7 @@ without requiring the source code to be rewritten.")
            (files '("share/guile/site/2.0")))
           (search-path-specification
            (variable "GUILE_LOAD_COMPILED_PATH")
-           (files '("lib/guile/2.0/ccache"
+           (files '("lib/guile/2.0/site-ccache"
                     "share/guile/site/2.0")))))
 
    (synopsis "Scheme implementation intended especially for extensions")
@@ -223,7 +223,7 @@ without requiring the source code to be rewritten.")
             (files '("share/guile/site/2.2")))
            (search-path-specification
             (variable "GUILE_LOAD_COMPILED_PATH")
-            (files '("lib/guile/2.2/ccache"
+            (files '("lib/guile/2.2/site-ccache"
                      "share/guile/site/2.2")))))))
 
 (define-public guile-for-guile-emacs



reply via email to

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