From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57974) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSoGs-00017z-Jq for guix-patches@gnu.org; Sun, 26 Apr 2020 16:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSoGs-0000T8-8V for guix-patches@gnu.org; Sun, 26 Apr 2020 16:53:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51768) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSoGr-0000St-SS for guix-patches@gnu.org; Sun, 26 Apr 2020 16:53:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSoGr-0008E7-Rb for guix-patches@gnu.org; Sun, 26 Apr 2020 16:53:01 -0400 Subject: bug#40770: [PATCH 0/5] Add declarative profiles Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200422150641.5267-1-ludo@gnu.org> <877dy7la0m.fsf@gmail.com> Date: Sun, 26 Apr 2020 22:51:58 +0200 In-Reply-To: <877dy7la0m.fsf@gmail.com> (Mathieu Othacehe's message of "Wed, 22 Apr 2020 19:12:41 +0200") Message-ID: <877dy2ynpt.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: Mathieu Othacehe , Christopher Baines Cc: 40770-done@debbugs.gnu.org Hey! Mathieu Othacehe skribis: > This is really nice and it all looks good to me. Any reason not to use > it in "package-cache-file" to get rid of the mlet? Done and pushed as ccbc427f9ac8f63478f1692686b042a22c4df2c3. Christopher Baines skribis: > This sounds great, I use Emacs in a profile for rending .org files with > cgit, and it took a bit of fiddling to get the profile built > properly. This'll probably make it a lot easier! Great! I think there are many cases where being unable to simply insert a profile in a gexp was a hindrance. Ludo=E2=80=99.