diff options
author | Brendan Tildesley <brendan.tildesley@openmailbox.org> | 2017-11-04 02:44:02 +1100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-05 17:24:01 +0100 |
commit | 9132212fb84d2572f0fabf623be6418b87055f98 (patch) | |
tree | b453bb14e3acd7b4844486810862e053c61d9ec6 /gnu/packages/ebook.scm | |
parent | bf4a40db3c3af64e8784a0985315921531bbd29e (diff) | |
download | guix-9132212fb84d2572f0fabf623be6418b87055f98.tar guix-9132212fb84d2572f0fabf623be6418b87055f98.tar.gz |
gnu: calibre: Add optipng as an input.
* gnu/packages/ebook.scm (calibre)[inputs]: Add optipng.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r-- | gnu/packages/ebook.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index a8c6f5975b..659ec57d50 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) |