From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:56678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEw0L-0001FM-Tb for guix-patches@gnu.org; Fri, 12 Apr 2019 09:14:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEw0K-0003Ge-Sk for guix-patches@gnu.org; Fri, 12 Apr 2019 09:14:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42067) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEw0I-0003Fg-TP for guix-patches@gnu.org; Fri, 12 Apr 2019 09:14:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hEw0I-0003Ei-Iu for guix-patches@gnu.org; Fri, 12 Apr 2019 09:14:02 -0400 Subject: [bug#35244] [PATCH 0/6] Fix some cross-compilation issues. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:56512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEw00-00014w-SS for guix-patches@gnu.org; Fri, 12 Apr 2019 09:13:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEvzy-0002ky-Tb for guix-patches@gnu.org; Fri, 12 Apr 2019 09:13:44 -0400 Received: from mail-wr1-x431.google.com ([2a00:1450:4864:20::431]:41852) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEvzx-0002cm-1K for guix-patches@gnu.org; Fri, 12 Apr 2019 09:13:41 -0400 Received: by mail-wr1-x431.google.com with SMTP id r4so11859649wrq.8 for ; Fri, 12 Apr 2019 06:13:38 -0700 (PDT) From: Mathieu Othacehe Date: Fri, 12 Apr 2019 15:13:31 +0200 Message-Id: <20190412131331.24892-1-m.othacehe@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35244@debbugs.gnu.org Cc: Mathieu Othacehe Hello, Here's a first step in the guix system cross compilation support direction. Thanks, Mathieu Mathieu Othacehe (6): gnu: bash-completion: Fix cross-compilation. gnu: groff: Fix cross compilation. gnu: glibc-utf8-locales: Always use native package. gnu: firmware: Fix cross compilation. linux-initrd: Fix cross compilation. gnu: python: Fix cross compilation. gnu/installer.scm | 4 ++-- gnu/packages/bash.scm | 8 ++++++-- gnu/packages/firmware.scm | 5 +++-- gnu/packages/groff.scm | 31 +++++++++++++++++++++++++++-- gnu/packages/package-management.scm | 16 +++++++++------ gnu/packages/python.scm | 5 ++++- gnu/services/base.scm | 6 +++--- gnu/system/linux-initrd.scm | 7 +++++-- guix/profiles.scm | 3 ++- guix/self.scm | 3 ++- 10 files changed, 66 insertions(+), 22 deletions(-) -- 2.17.1