From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBoB8-0000V4-Um for guix-patches@gnu.org; Sun, 14 Oct 2018 17:44:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBoB8-0003Pw-5o for guix-patches@gnu.org; Sun, 14 Oct 2018 17:44:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45380) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gBoB8-0003Ps-1w for guix-patches@gnu.org; Sun, 14 Oct 2018 17:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gBoB7-0003It-Uh for guix-patches@gnu.org; Sun, 14 Oct 2018 17:44:02 -0400 Subject: [bug#33010] [PATCH 2/3] gnu: Add guix-minimal. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181011015246.24964-1-ericbavier@centurylink.net> <20181011015246.24964-3-ericbavier@centurylink.net> Date: Sun, 14 Oct 2018 23:42:58 +0200 In-Reply-To: <20181011015246.24964-3-ericbavier@centurylink.net> (ericbavier's message of "Wed, 10 Oct 2018 20:52:45 -0500") Message-ID: <87a7ngdx25.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: ericbavier@centurylink.net Cc: Eric Bavier , 33010@debbugs.gnu.org Hi, ericbavier@centurylink.net skribis: > From: Eric Bavier > > * gnu/packages/guile.scm (guile-2.0.13): New variable. > * gnu/packages/package-management.scm (guix)[arguments]: Adjust 'wrap-pro= gram' > phase to handle "missing" inputs. > (guix-minimal): New variable. What=E2=80=99s the intended use case? Is it to check that Guix compiles ag= ainst an old Guile 2.0 and without optional dependencies? I wonder whether we should add packages =E2=80=9Cjust=E2=80=9D for this, es= pecially given that 2.0 support is reaching end-of-life and that 2.0.13 is pretty old. Thank you, Ludo=E2=80=99.