diff options
author | Brendan Tildesley <mail@brendan.scot> | 2019-05-05 14:04:02 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-05-05 14:44:20 +0200 |
commit | 15871b40872b9534a9dc3af9fda163601a360a51 (patch) | |
tree | e3f5382a38940ac69ac1f7c0a5dae1d221ef274a /gnu/packages/ebook.scm | |
parent | c187c9d786e10d68f5730c2728cee266bdbb406f (diff) | |
download | patches-15871b40872b9534a9dc3af9fda163601a360a51.tar patches-15871b40872b9534a9dc3af9fda163601a360a51.tar.gz |
gnu: calibre: Remove unrar test.
* gnu/packages/patches/calibre-remove-test-unrar.patch: New file.
* gnu/packages/ebook.scm (calibre)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r-- | gnu/packages/ebook.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index b26eacac52..79fa99cf4a 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -96,7 +96,8 @@ '(begin (delete-file "src/odf/thumbnail.py") #t)) - (patches (search-patches "calibre-no-updates-dialog.patch")))) + (patches (search-patches "calibre-no-updates-dialog.patch" + "calibre-remove-test-unrar.patch")))) (build-system python-build-system) (native-inputs `(("pkg-config" ,pkg-config) |