mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: calibre: Delete various junk from source.
* gnu/packages/ebook.scm (calibre)[source](snippet): Delete various junk from source. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
62a97dc0fb
commit
f3f017dbf0
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ (define-public calibre
|
|||
(snippet
|
||||
'(begin
|
||||
(delete-file-recursively "src/odf")
|
||||
(delete-file "resources/viewer.js")
|
||||
(delete-file "resources/viewer.html")
|
||||
(delete-file "resources/mozilla-ca-certs.pem")
|
||||
(delete-file "resources/calibre-portable.bat")
|
||||
(delete-file "resources/calibre-portable.sh")
|
||||
#t))
|
||||
(patches (search-patches "calibre-no-updates-dialog.patch"
|
||||
"calibre-remove-test-bs4.patch" ; TODO: fix test.
|
||||
|
|
Loading…
Reference in a new issue