mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: calibre: Install mimetypes.
* gnu/packages/ebook.scm (calibre)[arguments]: Install mimetypes xml file. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
9132212fb8
commit
743d3f6502
1 changed files with 6 additions and 0 deletions
|
@ -183,6 +183,12 @@ (define-public calibre
|
|||
(find-files (string-append
|
||||
(assoc-ref inputs "font-liberation")
|
||||
"/share/fonts/truetype")))
|
||||
#t))
|
||||
(add-after 'install-font-liberation 'install-mimetypes
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(install-file "resources/calibre-mimetypes.xml"
|
||||
(string-append (assoc-ref outputs "out")
|
||||
"/share/mime/packages"))
|
||||
#t)))))
|
||||
(home-page "http://calibre-ebook.com/")
|
||||
(synopsis "E-book library management software")
|
||||
|
|
Loading…
Reference in a new issue