From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAQAv-0007S4-K0 for guix-patches@gnu.org; Wed, 10 Oct 2018 21:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAQAs-0001Ol-DI for guix-patches@gnu.org; Wed, 10 Oct 2018 21:54:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39754) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAQAs-0001OX-9o for guix-patches@gnu.org; Wed, 10 Oct 2018 21:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAQAs-0006ET-5A for guix-patches@gnu.org; Wed, 10 Oct 2018 21:54:02 -0400 Subject: [bug#33009] [PATCH 0/3] Some guile@2.0 patches Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAQA9-0007PS-Uj for guix-patches@gnu.org; Wed, 10 Oct 2018 21:53:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAQA4-0000b0-20 for guix-patches@gnu.org; Wed, 10 Oct 2018 21:53:17 -0400 Received: from mail.onyx.syn-alias.com ([206.152.134.66]:44125 helo=smtp.centurylink.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gAQA3-0000Ys-S9 for guix-patches@gnu.org; Wed, 10 Oct 2018 21:53:11 -0400 From: ericbavier@centurylink.net Date: Wed, 10 Oct 2018 20:52:43 -0500 Message-Id: <20181011015246.24964-1-ericbavier@centurylink.net> 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: 33009@debbugs.gnu.org Cc: Eric Bavier From: Eric Bavier Hello Guix, The following are 3 guile@2.0-related patches. The first fixes our guile2.0-guix package, which has been failing to build for a little while. The second adds a new "guix-minimal" package. The intent is to check that Guix builds with the minimal requirements that we outline in our README. The third fixes our new (guix status) when using Guix with guile@2.0. Thanks, Eric Bavier (3): gnu: guile2.0-guix: Fix build. gnu: Add guix-minimal. ui: Fix port-buffering with guile@2.0. gnu/packages/gnupg.scm | 12 ++++++++++-- gnu/packages/guile.scm | 18 ++++++++++++++++++ gnu/packages/package-management.scm | 19 +++++++++++++++++-- guix/status.scm | 5 +++-- tests/status.scm | 5 ++++- 5 files changed, 52 insertions(+), 7 deletions(-) -- 2.19.0