From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fd1ey-0004yG-Pp for guix-patches@gnu.org; Tue, 10 Jul 2018 19:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fd1ew-0002VW-OS for guix-patches@gnu.org; Tue, 10 Jul 2018 19:03:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46551) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fd1ew-0002VE-JW for guix-patches@gnu.org; Tue, 10 Jul 2018 19:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fd1ew-0006IB-7R for guix-patches@gnu.org; Tue, 10 Jul 2018 19:03:02 -0400 Subject: bug#32104: [PATCH 0/3] guix environment: Simplify environment creation Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180709113147.15020-1-ludo@gnu.org> Date: Wed, 11 Jul 2018 01:02:28 +0200 In-Reply-To: (David Thompson's message of "Mon, 9 Jul 2018 09:22:41 -0400") Message-ID: <87va9mofsr.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: "Thompson, David" Cc: 32104-done@debbugs.gnu.org Hey David, "Thompson, David" skribis: > On Mon, Jul 9, 2018 at 7:31 AM, Ludovic Court=C3=A8s wrote: >> Hello Guix! >> >> These patches aim to simplify (guix scripts environment) by (1) factoriz= ing >> part of the search path handling machinery in (guix profiles), and (2) by >> using manifests internally instead of loosely defined lists of =E2=80=9C= inputs.=E2=80=9D >> >> The goal is to gradually move towards a situation where (guix scripts >> environment) contains nothing but UI code and related plumbing. > > This is a great initiative. Using manifests for everything makes a lot > of sense. All the patches look good to me! Pushed now, thanks for reviewing! Ludo=E2=80=99.