gnu: podofo: Remove input labels.
* gnu/packages/pdf.scm (podofo)[inputs]: Remove input labels.
This commit is contained in:
parent
84be8bc1f4
commit
9177a28169
1 changed files with 8 additions and 8 deletions
|
@ -672,14 +672,14 @@ interaction.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cppunit pkg-config))
|
(list cppunit pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libjpeg" ,libjpeg-turbo)
|
(list fontconfig
|
||||||
("libtiff" ,libtiff)
|
freetype
|
||||||
("fontconfig" ,fontconfig)
|
libjpeg-turbo
|
||||||
("freetype" ,freetype)
|
libpng
|
||||||
("libpng" ,libpng)
|
libtiff
|
||||||
("lua" ,lua-5.1)
|
lua-5.1
|
||||||
("openssl" ,openssl)
|
openssl
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "-DPODOFO_BUILD_SHARED=ON")
|
(list "-DPODOFO_BUILD_SHARED=ON")
|
||||||
|
|
Reference in a new issue