gnu: podofo: Add optional input lua.
* gnu/packages/pdf.scm (podofo): Add optional input lua-5.1.
This commit is contained in:
parent
d4322e6111
commit
5cc0e48613
|
@ -155,9 +155,7 @@
|
||||||
"1n12lbq9x15vqn7dc0hsccp56l5jdff1xrhvlfqlbklxx0qiw9pc"))))
|
"1n12lbq9x15vqn7dc0hsccp56l5jdff1xrhvlfqlbklxx0qiw9pc"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs ; TODO: Add cppunit for tests
|
(inputs ; TODO: Add cppunit for tests
|
||||||
`(;; Optional Lua support fails to build with:
|
`(("lua" ,lua-5.1)
|
||||||
;; error: 'luaL_getn' was not declared in this scope
|
|
||||||
;; ("lua" ,lua)
|
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
|
|
Loading…
Reference in New Issue