From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35752) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jT8PI-0001sZ-Oy for guix-patches@gnu.org; Mon, 27 Apr 2020 14:23:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jT8PG-00037V-Th for guix-patches@gnu.org; Mon, 27 Apr 2020 14:23:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54794) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jT8PG-00037P-G9 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-0004Zz-Cd for guix-patches@gnu.org; Mon, 27 Apr 2020 14:23:02 -0400 Subject: [bug#40908] [PATCH core-updates 3/5] gnu: make-bootstrap: Export MAKE-GUILE-STATIC and MAKE-GUILE-STATIC-STRIPPED. Resent-Message-ID: From: Marius Bakke Date: Mon, 27 Apr 2020 20:22:20 +0200 Message-Id: <20200427182222.28142-3-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 (make-guile-static, make-guile-static-stripped): Export. --- gnu/packages/make-bootstrap.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index d336818299..443e778824 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -45,7 +45,10 @@ #:use-module (gnu packages multiprecision) #:use-module (ice-9 match) #:use-module (srfi srfi-1) - #:export (%bootstrap-binaries-tarball + #:export (make-guile-static + make-guile-static-stripped + + %bootstrap-binaries-tarball %linux-libre-headers-bootstrap-tarball %binutils-bootstrap-tarball %glibc-bootstrap-tarball -- 2.26.2