mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile: Add GUILE_EXTENSIONS_PATH to native-search-paths.
* gnu/packages/guile.scm (guile-3.0)[native-search-paths]: Add GUILE_EXTENSIONS_PATH. Change-Id: Ia80f6b8467cdc4ba76b4c3e58451c78d5a55cb15 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2f8c2eebdf
commit
87af165a9e
1 changed files with 4 additions and 1 deletions
|
@ -467,7 +467,10 @@ without requiring the source code to be rewritten.")
|
|||
(search-path-specification
|
||||
(variable "GUILE_LOAD_COMPILED_PATH")
|
||||
(files '("lib/guile/3.0/site-ccache"
|
||||
"share/guile/site/3.0")))))))
|
||||
"share/guile/site/3.0")))
|
||||
(search-path-specification
|
||||
(variable "GUILE_EXTENSIONS_PATH")
|
||||
(files '("lib/guile/3.0/extensions")))))))
|
||||
|
||||
(define-public guile-3.0-latest guile-3.0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue