summary refs log tree commit diff
path: root/pkgs/applications/misc/calibre/dont_build_unrar_plugin.patch
blob: 45e27984ed598fa8885dde0999992d9cf42b2f36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/calibre/ebooks/metadata/archive.py b/src/calibre/ebooks/metadata/archive.py
index 938ab24..1e095f8 100644
--- a/src/calibre/ebooks/metadata/archive.py
+++ b/src/calibre/ebooks/metadata/archive.py
@@ -44,7 +44,7 @@
     description = _('Extract common e-book formats from archive files '
         '(ZIP/RAR). Also try to autodetect if they are actually '
         'CBZ/CBR files.')
-    file_types = set(['zip', 'rar'])
+    file_types = set(['zip'])
     supported_platforms = ['windows', 'osx', 'linux']
     on_import = True