diff options
author | Andreas Enge <andreas@enge.fr> | 2015-02-07 20:59:37 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-02-07 20:59:37 +0100 |
commit | 5cc0e4861303265b0553d67089a5a66de489cec8 (patch) | |
tree | 5643dce2b7ba4771b1da3cf9db247a07b4514bd0 /gnu | |
parent | d4322e611189d614dc18a3f94a7f7f4c6847c207 (diff) | |
download | guix-5cc0e4861303265b0553d67089a5a66de489cec8.tar.gz |
gnu: podofo: Add optional input lua.
* gnu/packages/pdf.scm (podofo): Add optional input lua-5.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
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) |