* guile-next package needs new native-search-paths
@ 2018-10-04 12:21 Thompson, David
2018-10-08 12:44 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Thompson, David @ 2018-10-04 12:21 UTC (permalink / raw)
To: guix-devel
Hey everyone,
First of all: Thanks, Ludo, for the new guile-next package. I tried
building it myself but couldn't figure out how to make the test suite
pass.
There's just one small issue: The native search paths are wrong. They
are using the 2.2 search paths currently and thus you can't use it
as-is to develop projects that depend on other Guile libraries. The
fix is just to add this to the package recipe:
(native-search-paths
(list (search-path-specification
(variable "GUILE_LOAD_PATH")
(files '("share/guile/site/3.0")))
(search-path-specification
(variable "GUILE_LOAD_COMPILED_PATH")
(files '("lib/guile/3.0/site-ccache"
"share/guile/site/3.0")))))
Any objection to me pushing a commit that does this to master?
- Dave
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: guile-next package needs new native-search-paths
2018-10-04 12:21 guile-next package needs new native-search-paths Thompson, David
@ 2018-10-08 12:44 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-10-08 12:44 UTC (permalink / raw)
To: Thompson, David; +Cc: guix-devel
Hello,
"Thompson, David" <dthompson2@worcester.edu> skribis:
> There's just one small issue: The native search paths are wrong. They
> are using the 2.2 search paths currently and thus you can't use it
> as-is to develop projects that depend on other Guile libraries. The
> fix is just to add this to the package recipe:
>
> (native-search-paths
> (list (search-path-specification
> (variable "GUILE_LOAD_PATH")
> (files '("share/guile/site/3.0")))
> (search-path-specification
> (variable "GUILE_LOAD_COMPILED_PATH")
> (files '("lib/guile/3.0/site-ccache"
> "share/guile/site/3.0")))))
>
> Any objection to me pushing a commit that does this to master?
Thanks for fixing it!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-08 12:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-04 12:21 guile-next package needs new native-search-paths Thompson, David
2018-10-08 12:44 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).