From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35772) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jT8PS-0001zQ-CI for guix-patches@gnu.org; Mon, 27 Apr 2020 14:23:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jT8PH-00037k-BP for guix-patches@gnu.org; Mon, 27 Apr 2020 14:23:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54795) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jT8PG-00037b-T8 for guix-patches@gnu.org; Mon, 27 Apr 2020 14:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jT8PG-0004a6-Pq for guix-patches@gnu.org; Mon, 27 Apr 2020 14:23:02 -0400 Subject: [bug#40908] [PATCH core-updates 5/5] gnu: make-bootstrap: Do not export %GUILE-STATIC-STRIPPED. Resent-Message-ID: From: Marius Bakke Date: Mon, 27 Apr 2020 20:22:22 +0200 Message-Id: <20200427182222.28142-5-mbakke@fastmail.com> In-Reply-To: <20200427182222.28142-1-mbakke@fastmail.com> References: <20200427182222.28142-1-mbakke@fastmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 40908@debbugs.gnu.org * gnu/packages/make-bootstrap.scm (%guile-static-stripped): Remove export. --- gnu/packages/make-bootstrap.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 443e778824..981c7aa24e 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -56,9 +56,7 @@ %guile-bootstrap-tarball %mescc-tools-bootstrap-tarball %mes-bootstrap-tarball - %bootstrap-tarballs - - %guile-static-stripped)) + %bootstrap-tarballs)) ;;; Commentary: ;;; -- 2.26.2