gnu: mupdf: Remove input labels.
* gnu/packages/pdf.scm (mupdf)[inputs]: Remove input labels.
This commit is contained in:
parent
c438809bc4
commit
489dba600b
1 changed files with 13 additions and 13 deletions
|
@ -728,19 +728,19 @@ extracting content or merging files.")
|
||||||
(rename-file kept from))))))
|
(rename-file kept from))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("curl" ,curl)
|
(list curl
|
||||||
("freeglut" ,freeglut)
|
freeglut
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("gumbo-parser" ,gumbo-parser)
|
gumbo-parser
|
||||||
("harfbuzz" ,harfbuzz)
|
harfbuzz
|
||||||
("jbig2dec" ,jbig2dec)
|
jbig2dec
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libx11" ,libx11)
|
libx11
|
||||||
("libxext" ,libxext)
|
libxext
|
||||||
("mujs" ,mujs)
|
mujs
|
||||||
("openjpeg" ,openjpeg)
|
openjpeg
|
||||||
("openssl" ,openssl)
|
openssl
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue