summary refs log blame commit diff
path: root/pkgs/applications/misc/calibre/dont_build_unrar_plugin.patch
blob: 5164b80a0beede06f25b534726279982c80741fa (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                                                            



                                                                        

                                

                                                      
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 = {'zip', 'rar'}
+    file_types = {'zip'}
     supported_platforms = ['windows', 'osx', 'linux']
     on_import = True