guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: guile-next: Set correct native search paths.


From: Andy Wingo
Subject: Re: [PATCH] gnu: guile-next: Set correct native search paths.
Date: Mon, 15 Feb 2016 09:47:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Sat 13 Feb 2016 06:13, "Thompson, David" <address@hidden> writes:

> diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
> index e6e7228..11d9da1 100644
> --- a/gnu/packages/guile.scm
> +++ b/gnu/packages/guile.scm
> @@ -210,7 +210,15 @@ without requiring the source code to be rewritten.")
>                ;; times (almost 3 hours on a 4-core Intel i5).
>                (snippet '(for-each delete-file
>                                    (find-files "prebuilt" "\\.go$")))))
> -    (synopsis "Snapshot of what will become version 2.2 of GNU Guile")))
> +    (synopsis "Snapshot of what will become version 2.2 of GNU Guile")
> +    (native-search-paths
> +     (list (search-path-specification
> +            (variable "GUILE_LOAD_PATH")
> +            (files '("share/guile/site/2.2")))
> +           (search-path-specification
> +            (variable "GUILE_LOAD_COMPILED_PATH")
> +            (files '("lib/guile/2.0/ccache"
> +                     "share/guile/site/2.2")))))))
>  
>  (define-public guile-for-guile-emacs
>    (package (inherit guile-next)

This doesn't look right to me; why is GUILE_LOAD_COMPILED_PATH pointing
into share?  Probably need to update the pointer into lib to use 2.2,
also.

Andy



reply via email to

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