mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
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
|
||||
(list cppunit pkg-config))
|
||||
(inputs
|
||||
`(("libjpeg" ,libjpeg-turbo)
|
||||
("libtiff" ,libtiff)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("libpng" ,libpng)
|
||||
("lua" ,lua-5.1)
|
||||
("openssl" ,openssl)
|
||||
("zlib" ,zlib)))
|
||||
(list fontconfig
|
||||
freetype
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
libtiff
|
||||
lua-5.1
|
||||
openssl
|
||||
zlib))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "-DPODOFO_BUILD_SHARED=ON")
|
||||
|
|
Loading…
Add table
Reference in a new issue