diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-18 03:58:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-18 04:04:41 +0200 |
commit | 69e0aac3a79d07ca21ccab304f786061c6ff000a (patch) | |
tree | 9482178109bded07554651e93bb7945d1bfa27b5 /gnu/packages/pdf.scm | |
parent | 6321610d41e48cbce4d8737a16fb01747b3ba086 (diff) | |
download | patches-69e0aac3a79d07ca21ccab304f786061c6ff000a.tar patches-69e0aac3a79d07ca21ccab304f786061c6ff000a.tar.gz |
gnu: zathura-pdf-mupdf: Link to JPEG libraries.
* gnu/packages/pdf.scm (zathura-pdf-mupdf)[source]: Add patch.
* gnu/packages/patches/zathura-pdf-mupdf-link-to-jpeg-libraries.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 1ae6b0de10..067b4061e8 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -456,6 +456,8 @@ using the DjVuLibre library.") (uri (string-append "https://pwmt.org/projects/zathura-pdf-mupdf" "/download/zathura-pdf-mupdf-" version ".tar.xz")) + (patches + (search-patches "zathura-pdf-mupdf-link-to-jpeg-libraries.patch")) (sha256 (base32 "1zbdqimav4wfgimpy3nfzl10qj7vyv23rdy2z5z7z93jwbp2rc2j")))) |