On Sun, 28 Feb 2016 20:44:33 +0100
Ricardo Wurmus <rek...@elephly.net> 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   <efr...@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: pgp2J8zmv6QPZ.pgp
Description: OpenPGP digital signature

Reply via email to