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:
Tomas Volf 2025-02-11 23:53:19 +01:00 committed by Andreas Enge
parent 2f8c2eebdf
commit 87af165a9e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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)