guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix guile-emacs build failure


From: Efraim Flashner
Subject: Re: [PATCH] Fix guile-emacs build failure
Date: Sun, 28 Feb 2016 21:50:32 +0200

On Sun, 28 Feb 2016 20:44:33 +0100
Ricardo Wurmus <address@hidden> wrote:

> @@ -255,7 +256,16 @@ without requiring the source code to be rewritten.")
>         ("flex" ,flex)
>         ("texinfo" ,texinfo)
>         ("gettext" ,gnu-gettext)
> -       ,@(package-native-inputs guile-next)))))
> +       ,@(package-native-inputs guile-next)))
> +    ;; Same as in guile-2.0
> +    (native-search-paths
> +     (list (search-path-specification
> +            (variable "GUILE_LOAD_PATH")
> +            (files '("share/guile/site/2.0")))
> +           (search-path-specification
> +            (variable "GUILE_LOAD_COMPILED_PATH")
> +            (files '("lib/guile/2.0/ccache"
> +                     "share/guile/site/2.0")))))))
>  

What happens if you're building it with guile-next? Doesn't the search-path
need to be 2.2 or something similar?

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: pgp3ydoA1PET2.pgp
Description: OpenPGP digital signature


reply via email to

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