guix-commits
[Top][All Lists]
Advanced

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

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


From: Leo Famulari
Subject: 07/10: gnu: guile: Use "site-ccache" for the compiled search path.
Date: Wed, 10 Aug 2016 19:41:42 +0000 (UTC)

lfam pushed a commit to branch WIP-core-updates
in repository guix.

commit ca408580946d5a8be872f3da755112f5559a054d
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 f26cc22..c28ec87 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -183,7 +183,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")
@@ -226,7 +226,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]