[PATCH] gnu: guile: Add GUILE_EXTENSIONS_PATH to native-search-paths.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 4 weeks ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
dab6fa6898e22ed86f7568b9b532c4ac92b371e6.1739314399.git.~@wolfsden.cz
* gnu/packages/guile.scm (guile-3.0)[native-search-paths]: Add
GUILE_EXTENSIONS_PATH.

Change-Id: Ia80f6b8467cdc4ba76b4c3e58451c78d5a55cb15
---
gnu/packages/guile.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Toggle diff (18 lines)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index cb4ddc8a2d..15fb0803f9 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -461,7 +461,10 @@ (define-public guile-3.0
(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)
--
2.48.1
Ludovic Courtès wrote 3 weeks ago
(name . Tomas Volf)(address . ~@wolfsden.cz)
87tt8ri3el.fsf@gnu.org
Tomas Volf <~@wolfsden.cz> skribis:

Toggle quote (5 lines)
> * gnu/packages/guile.scm (guile-3.0)[native-search-paths]: Add
> GUILE_EXTENSIONS_PATH.
>
> Change-Id: Ia80f6b8467cdc4ba76b4c3e58451c78d5a55cb15

Pushed to ‘core-packages-team’, thanks!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76213@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76213
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help