guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: guile-2.0: Add "lib/guile/2.0/ccache" to the search path.


From: Ludovic Courtès
Subject: 02/02: gnu: guile-2.0: Add "lib/guile/2.0/ccache" to the search path.
Date: Tue, 22 Dec 2015 21:33:32 +0000

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

commit 05f1e956382213a0c8436c2333fb4b65e58efecc
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 22 22:29:34 2015 +0100

    gnu: guile-2.0: Add "lib/guile/2.0/ccache" to the search path.
    
    * gnu/packages/guile.scm (guile-2.0)[native-search-paths]: Add
    "lib/guile/2.0/ccache" to GUILE_LOAD_COMPILED_PATH.
---
 gnu/packages/guile.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index a4203f0..8208a2c 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -174,7 +174,8 @@ without requiring the source code to be rewritten.")
            (files '("share/guile/site/2.0")))
           (search-path-specification
            (variable "GUILE_LOAD_COMPILED_PATH")
-           (files '("share/guile/site/2.0")))))
+           (files '("lib/guile/2.0/ccache"
+                    "share/guile/site/2.0")))))
 
    (synopsis "Scheme implementation intended especially for extensions")
    (description



reply via email to

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