me
/
guix
Archived
1
0
Fork 0

gnu: podofo: Add optional input lua.

* gnu/packages/pdf.scm (podofo): Add optional input lua-5.1.
master
Andreas Enge 2015-02-07 20:59:37 +01:00
parent d4322e6111
commit 5cc0e48613
1 changed files with 1 additions and 3 deletions

View File

@ -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)