From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39575) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0Z2P-0004eb-Mu for guix-patches@gnu.org; Wed, 21 Aug 2019 18:25:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0Z2O-0004cR-PI for guix-patches@gnu.org; Wed, 21 Aug 2019 18:25:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56131) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0Z2O-0004cH-I5 for guix-patches@gnu.org; Wed, 21 Aug 2019 18:25:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0Z2M-0001AC-AL for guix-patches@gnu.org; Wed, 21 Aug 2019 18:25:04 -0400 Subject: bug#37010: Fix field exported as lists Resent-To: guix-patches@gnu.org Resent-Message-ID: References: From: Ricardo Wurmus In-reply-to: Date: Thu, 22 Aug 2019 00:24:14 +0200 Message-ID: <87ftlukvht.fsf@elephly.net> 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: anothersms@gmail.com Cc: 37010-done@debbugs.gnu.org Hi Nicol=C3=B2, thank you for the patch! Commit 9c6f714305460e99c681d9b7f368e13bfe49fdd9 is the result of basing this patch on top of changes to remove GUIX_WEB_SITE_INFO and adjusting the code so that the site can be built. I had to convert the package list to a vector, because that=E2=80=99s what = Guile JSON version 3 expects to work with. I also simplified the code a bit, changed tabs to spaces, and wrote a commit message. Thanks again! -- Ricardo