diff options
author | Brendan Tildesley <mail@brendan.scot> | 2019-05-04 02:42:23 +1000 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-05-05 14:44:20 +0200 |
commit | cbe399e7367eb2957026618689708b7d25500920 (patch) | |
tree | dac9e78dc6f5befe1bcb46656d420f83feb4e3e6 /gnu/packages/ebook.scm | |
parent | 4bcd0647b7fa6daf3bab604ef71d2420c5b8811c (diff) | |
download | guix-cbe399e7367eb2957026618689708b7d25500920.tar guix-cbe399e7367eb2957026618689708b7d25500920.tar.gz |
gnu: calibre: Disable sqlite test.
* gnu/packages/patches/calibre-remove-test-sqlite.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index cf5a351314..242a2a2f46 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -98,6 +98,7 @@ #t)) (patches (search-patches "calibre-no-updates-dialog.patch" "calibre-remove-test-bs4.patch" ; TODO: fix test. + "calibre-remove-test-sqlite.patch" ; TODO: fix test. "calibre-remove-test-unrar.patch")))) (build-system python-build-system) (native-inputs |