Archived
1
0
Fork 0

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 @@ 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