From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43683) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmHYQ-00019q-12 for guix-patches@gnu.org; Sat, 13 Jul 2019 08:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmHYN-0003to-UW for guix-patches@gnu.org; Sat, 13 Jul 2019 08:55:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60985) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmHYM-0003s8-DN for guix-patches@gnu.org; Sat, 13 Jul 2019 08:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmHYM-0001fx-79 for guix-patches@gnu.org; Sat, 13 Jul 2019 08:55:02 -0400 Subject: [bug#36607] [PATCH 2/2] gnu: Add pngquant. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190711203911.8139-1-h.goebel@crazy-compilers.com> <20190711203911.8139-3-h.goebel@crazy-compilers.com> Date: Sat, 13 Jul 2019 14:53:57 +0200 In-Reply-To: <20190711203911.8139-3-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Thu, 11 Jul 2019 22:39:11 +0200") Message-ID: <87v9w68596.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: Hartmut Goebel Cc: 36607@debbugs.gnu.org Hartmut Goebel skribis: > * gnu/packages/image.scm (pngquant): New variable. > +(define-public pngquant > + (package > + (name "pngquant") ^ Missing space. :-) > + (license license:gpl3))) This one=E2=80=99s also =E2=80=98gpl3+=E2=80=99. OK with these changes, thank you! Ludo=E2=80=99.