~ruther/guix-local

5cc0e4861303265b0553d67089a5a66de489cec8 — Andreas Enge 11 years ago d4322e6
gnu: podofo: Add optional input lua.

* gnu/packages/pdf.scm (podofo): Add optional input lua-5.1.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/pdf.scm
M gnu/packages/pdf.scm => gnu/packages/pdf.scm +1 -3
@@ 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)