diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-22 21:55:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-22 21:56:41 +0100 |
commit | 37751b480fccde4db000fc4072f5e23af46fa829 (patch) | |
tree | 7f487e993252644818f838ba5d651dfcb6e6bc33 /gnu/packages/pdf.scm | |
parent | 691d39a267be141edbafce77472afd2415b12cd4 (diff) | |
download | patches-37751b480fccde4db000fc4072f5e23af46fa829.tar patches-37751b480fccde4db000fc4072f5e23af46fa829.tar.gz |
gnu: podofo: Add patch to fix build.
* gnu/packages/patches/podofo-cmake-3.12.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (podofo)[source]: Add patch.
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 28737c36e4..b89d49fd52 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -557,7 +557,8 @@ interaction.") "/podofo-" version ".tar.gz")) (sha256 (base32 - "0wj0y4zcmj4q79wrn3vv3xq4bb0vhhxs8yifafwy9f2sjm83c5p9")))) + "0wj0y4zcmj4q79wrn3vv3xq4bb0vhhxs8yifafwy9f2sjm83c5p9")) + (patches (search-patches "podofo-cmake-3.12.patch")))) (build-system cmake-build-system) (native-inputs `(("cppunit" ,cppunit) |