Hi, it’s me again!  :-)

guix-comm...@gnu.org skribis:

> commit b4335cfb55ced138ce07cf5d0a29c06fa6e6d1c5
> Author: Mathieu Othacehe <m.othac...@gmail.com>
> AuthorDate: Fri Mar 6 13:49:40 2020 +0100
>
>     gnu: guix: Fix cross-compilation.
>     
>     * gnu/packages/package-management.scm (guix)[native-inputs]: Add all Guile
>     libraries to fix cross-compilation.

[...]

>        (native-inputs `(("pkg-config" ,pkg-config)
>  
> +                       ;; Guile libraries are needed here for
> +                       ;; cross-compilation.
> +                       ("guile" ,guile-2.2)
> +                       ("gnutls" ,gnutls)
> +                       ("guile-gcrypt" ,guile-gcrypt)
> +                       ("guile-json" ,guile-json-3)
> +                       ("guile-sqlite3" ,guile-sqlite3)
> +                       ("guile-ssh" ,guile-ssh)
> +                       ("guile-git" ,guile-git)

I suppose we need to adjust ‘guile3.0-guix’ as well, and perhaps
‘guix-daemon’ too?

Ludo’.

Reply via email to