From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d62Fh-0000wU-J9 for guix-patches@gnu.org; Wed, 03 May 2017 17:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d62Fe-0002ju-D3 for guix-patches@gnu.org; Wed, 03 May 2017 17:56:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55093) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d62Fe-0002jo-9o for guix-patches@gnu.org; Wed, 03 May 2017 17:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d62Fe-0006PD-3j for guix-patches@gnu.org; Wed, 03 May 2017 17:56:02 -0400 Subject: bug#26645: [PATCH 1/9] guix: Add "potluck" packages. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87y3upttm7.fsf@pobox.com> <20170424205923.27726-1-wingo@igalia.com> <87efw5r8vd.fsf@gnu.org> Date: Wed, 03 May 2017 23:55:19 +0200 In-Reply-To: <87efw5r8vd.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 03 May 2017 22:19:34 +0200") Message-ID: <87zietppvc.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: Andy Wingo Cc: 26645@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > What about adding a =E2=80=98lookup-build-system=E2=80=99 procedure in (g= uix > build-systems) directly that would reuse the logic from =E2=80=98fold-pac= kages=E2=80=99 > and co.? That would avoid repetition. > > I can move the relevant bits to (guix plugins) or (guix discovery), > which should help, WDYT? I did that in commit cd903ef7871170d3c4eced45418459d293ef48a7, and it turns out to be useful in another situation already. HTH! Ludo=E2=80=99.