mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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
1 changed files with 1 additions and 3 deletions
|
@ -155,9 +155,7 @@ (define-public podofo
|
|||
"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)
|
||||
|
|
Loading…
Reference in a new issue