From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: branch core-updates updated: gnu: guix: Fix cross-compilation. Date: Fri, 06 Mar 2020 19:40:02 +0100 Message-ID: <874kv1l43h.fsf@gnu.org> References: <20200306125206.18269.59585@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47005) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAHtE-00061Q-Gc for guix-devel@gnu.org; Fri, 06 Mar 2020 13:40:05 -0500 In-Reply-To: <20200306125206.18269.59585@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Fri, 06 Mar 2020 07:52:06 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi, it=E2=80=99s me again! :-) guix-commits@gnu.org skribis: > commit b4335cfb55ced138ce07cf5d0a29c06fa6e6d1c5 > Author: Mathieu Othacehe > AuthorDate: Fri Mar 6 13:49:40 2020 +0100 > > gnu: guix: Fix cross-compilation. >=20=20=20=20=20 > * gnu/packages/package-management.scm (guix)[native-inputs]: Add all = Guile > libraries to fix cross-compilation. [...] > (native-inputs `(("pkg-config" ,pkg-config) >=20=20 > + ;; 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 =E2=80=98guile3.0-guix=E2=80=99 as well, and pe= rhaps =E2=80=98guix-daemon=E2=80=99 too? Ludo=E2=80=99.