From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAe9b-0006hB-Dk for guix-patches@gnu.org; Fri, 03 Nov 2017 11:45:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAe9Y-00084s-2D for guix-patches@gnu.org; Fri, 03 Nov 2017 11:45:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41071) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eAe9X-00084b-Us for guix-patches@gnu.org; Fri, 03 Nov 2017 11:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eAe9X-0004VT-Lr for guix-patches@gnu.org; Fri, 03 Nov 2017 11:45:03 -0400 Subject: [bug#29136] [PATCH 4/5] gnu: calibre: Add optipng as an input. Resent-Message-ID: From: Brendan Tildesley Date: Sat, 4 Nov 2017 02:44:02 +1100 Message-Id: <20171103154403.6212-4-brendan.tildesley@openmailbox.org> In-Reply-To: <20171103154403.6212-1-brendan.tildesley@openmailbox.org> References: <20171103154403.6212-1-brendan.tildesley@openmailbox.org> 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: 29136@debbugs.gnu.org * gnu/packages/ebook.scm (calibre)[inputs]: Add optipng. --- gnu/packages/ebook.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index a8c6f5975..659ec57d5 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -116,6 +116,7 @@ ("libusb" ,libusb) ("libxrender" ,libxrender) ("openssl" ,openssl) + ("optipng" ,optipng) ("podofo" ,podofo) ("poppler" ,poppler) ("python" ,python-2) -- 2.14.3