1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 17:16:01 +02:00

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.
This commit is contained in:
Ludovic Courtès
2015-12-22 22:29:34 +01:00
parent 64cb064c0c
commit 05f1e95638
+2 -1
View File
@@ -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