summaryrefslogtreecommitdiff
path: root/gnu/packages/pdf.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-02-07 20:59:37 +0100
committerAndreas Enge <andreas@enge.fr>2015-02-07 20:59:37 +0100
commit5cc0e4861303265b0553d67089a5a66de489cec8 (patch)
tree5643dce2b7ba4771b1da3cf9db247a07b4514bd0 /gnu/packages/pdf.scm
parentd4322e611189d614dc18a3f94a7f7f4c6847c207 (diff)
downloadguix-patches-5cc0e4861303265b0553d67089a5a66de489cec8.tar
guix-patches-5cc0e4861303265b0553d67089a5a66de489cec8.tar.gz
gnu: podofo: Add optional input lua.
* gnu/packages/pdf.scm (podofo): Add optional input lua-5.1.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r--gnu/packages/pdf.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index eca94b0639..1ce4c0cb13 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -155,9 +155,7 @@
"1n12lbq9x15vqn7dc0hsccp56l5jdff1xrhvlfqlbklxx0qiw9pc"))))
(build-system cmake-build-system)
(inputs ; TODO: Add cppunit for tests
- `(;; Optional Lua support fails to build with:
- ;; error: 'luaL_getn' was not declared in this scope
- ;; ("lua" ,lua)
+ `(("lua" ,lua-5.1)
("libpng" ,libpng)
("openssl" ,openssl)
("fontconfig" ,fontconfig)