From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3N0i-00048c-HP for guix-patches@gnu.org; Fri, 21 Sep 2018 11:06:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3N0S-0006Co-L2 for guix-patches@gnu.org; Fri, 21 Sep 2018 11:06:16 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44081) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g3N0M-0006Bu-Jn for guix-patches@gnu.org; Fri, 21 Sep 2018 11:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g3N0M-0002hp-Dd for guix-patches@gnu.org; Fri, 21 Sep 2018 11:06:02 -0400 Subject: bug#32759: [PATCH 0/8] Seamless integration of inferior packages Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180918120408.27737-1-ludo@gnu.org> Date: Fri, 21 Sep 2018 17:05:36 +0200 In-Reply-To: <20180918120408.27737-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Tue, 18 Sep 2018 14:04:08 +0200") Message-ID: <87d0t628n3.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: 32759-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > Ludovic Court=C3=A8s (8): > inferior: Add 'inferior-package-derivation'. > inferior: Add 'lookup-inferior-packages'. > inferior: Add 'inferior-package-inputs' & co. > inferior: Add 'inferior-package-search-paths' & co. > inferior: Add 'inferior-package->manifest-entry'. > profiles: 'packages->manifest' now accepts inferior packages. > channels: Add 'channel-instances->derivation'. > inferior: Add 'inferior-for-channels'. Pushed along with some documentation! Ludo=E2=80=99.