From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glHmK-0007Qi-Cl for guix-patches@gnu.org; Sun, 20 Jan 2019 13:25:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glHmJ-0006cp-N4 for guix-patches@gnu.org; Sun, 20 Jan 2019 13:25:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39909) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glHmJ-0006ai-1v for guix-patches@gnu.org; Sun, 20 Jan 2019 13:25:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1glHmI-0000nX-Tb for guix-patches@gnu.org; Sun, 20 Jan 2019 13:25:02 -0500 Subject: bug#34122: [PATCH 0/3] Build channel modules in the corresponding Guix Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190118092938.12208-1-ludo@gnu.org> Date: Sun, 20 Jan 2019 19:24:04 +0100 In-Reply-To: <20190118092938.12208-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Fri, 18 Jan 2019 10:29:38 +0100") Message-ID: <87fttnnq63.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: 34122-done@debbugs.gnu.org Cc: rekado@elephly.net Ludovic Court=C3=A8s skribis: > channels: Don't pull from the same channel more than once. > inferior: 'gexp->derivation-in-inferior' honors EXP's load path. > channels: Build channel modules in an inferior. Pushed! acefa7408b channels: Build channel modules in an inferior. 1fafc383b1 inferior: 'gexp->derivation-in-inferior' honors EXP's load pat= h. ed75bdf35c channels: Don't pull from the same channel more than once. Ludo=E2=80=99.