gnu: mupdf: Remove input labels.

* gnu/packages/pdf.scm (mupdf)[inputs]: Remove input labels.
This commit is contained in:
Efraim Flashner 2022-05-09 23:24:15 +03:00
parent c438809bc4
commit 489dba600b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -728,19 +728,19 @@ (define-public mupdf
(rename-file kept from))))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)
("freeglut" ,freeglut)
("freetype" ,freetype)
("gumbo-parser" ,gumbo-parser)
("harfbuzz" ,harfbuzz)
("jbig2dec" ,jbig2dec)
("libjpeg" ,libjpeg-turbo)
("libx11" ,libx11)
("libxext" ,libxext)
("mujs" ,mujs)
("openjpeg" ,openjpeg)
("openssl" ,openssl)
("zlib" ,zlib)))
(list curl
freeglut
freetype
gumbo-parser
harfbuzz
jbig2dec
libjpeg-turbo
libx11
libxext
mujs
openjpeg
openssl
zlib))
(native-inputs
(list pkg-config))
(arguments