From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 08:54:06 2019 Received: (at 36607) by debbugs.gnu.org; 13 Jul 2019 12:54:06 +0000 Received: from localhost ([127.0.0.1]:41573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmHXS-0001eY-Bn for submit@debbugs.gnu.org; Sat, 13 Jul 2019 08:54:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59233) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmHXQ-0001e1-6U for 36607@debbugs.gnu.org; Sat, 13 Jul 2019 08:54:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hmHXK-00038C-Vd; Sat, 13 Jul 2019 08:53:59 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56234 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hmHXK-00017E-Dh; Sat, 13 Jul 2019 08:53:58 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Hartmut Goebel Subject: Re: [bug#36607] [PATCH 2/2] gnu: Add pngquant. 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36607 Cc: 36607@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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.