From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41236) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPCJk-0005O3-9f for guix-patches@gnu.org; Thu, 16 Apr 2020 17:45:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPCJj-0002Qk-D7 for guix-patches@gnu.org; Thu, 16 Apr 2020 17:45:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56184) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPCJj-0002QY-6n for guix-patches@gnu.org; Thu, 16 Apr 2020 17:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPCJj-0001gQ-4t for guix-patches@gnu.org; Thu, 16 Apr 2020 17:45:03 -0400 Subject: bug#40629: Build and install packages from JSON definitions Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <87y2qym5v8.fsf@elephly.net> <87v9m061w3.fsf@cbaines.net> <87lfmwmlk4.fsf@elephly.net> From: Ricardo Wurmus Message-ID: <87blnrm7gm.fsf@elephly.net> In-reply-to: <87lfmwmlk4.fsf@elephly.net> Date: Thu, 16 Apr 2020 23:44:29 +0200 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: 40629-done@debbugs.gnu.org I=E2=80=99ve pushed this to the master branch with documentation and a few = minor changes with commit c9f321e52a. -- Ricardo