diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-11-06 23:32:54 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-11-06 23:32:54 +0200 |
commit | dd87bbb2b78b279248aaff15c0706fcd6d8cd7bb (patch) | |
tree | 39c6330f6150239776de1f2eb3fd4161a5c4e074 /gnu/packages/pdf.scm | |
parent | 71ad48f7bbbb581e53c110224c591b81e3c47b0c (diff) |
gnu: python-poppler-qt5: Fix building.
* gnu/packages/pdf.scm (python-poppler-qt5)[source]: Add patch.
* gnu/packages/patches/python-poppler-qt5-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 9a638802a2..a251c8ef78 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -328,7 +328,8 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.") (uri (pypi-uri "python-poppler-qt5" version)) (sha256 (base32 - "0b82gm4i75q5v19kfbq0h4y0b2vcwr2213zkhxh6l0h45kdndmxd")))) + "0b82gm4i75q5v19kfbq0h4y0b2vcwr2213zkhxh6l0h45kdndmxd")) + (patches (search-patches "python-poppler-qt5-fix-build.patch")))) (build-system python-build-system) (arguments `(;; There are no tests. The check phase just causes a rebuild. |