guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-next package needs new native-search-paths


From: Ludovic Courtès
Subject: Re: guile-next package needs new native-search-paths
Date: Mon, 08 Oct 2018 14:44:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

"Thompson, David" <address@hidden> 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]