From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36921) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1is1Iv-0008LJ-UI for guix-patches@gnu.org; Thu, 16 Jan 2020 04:19:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1is1Is-0004ww-2d for guix-patches@gnu.org; Thu, 16 Jan 2020 04:19:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59004) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1is1Ir-0004wq-VK for guix-patches@gnu.org; Thu, 16 Jan 2020 04:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1is1Ir-0005UW-Sb for guix-patches@gnu.org; Thu, 16 Jan 2020 04:19:01 -0500 Subject: bug#38893: [PATCH] gnu: make-bootstrap: Add cross-libc:static to the inputs. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20200103143010.15985-1-m.othacehe@gmail.com> <875zhcpgrk.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <875zhcpgrk.fsf@gnu.org> Date: Thu, 16 Jan 2020 10:17:59 +0100 Message-ID: <87sgkfbvzs.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 38893-done@debbugs.gnu.org Hey, >> * gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)[inputs]: >> Add "cross-libc:static". > > Good catch, LGTM! Thanks for reviewing, pushed on core-updates! Mathieu