me
/
guix
Archived
1
0
Fork 0

gnu: mupdf: Remove input labels.

* gnu/packages/pdf.scm (mupdf)[inputs]: Remove input labels.
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
1 changed files with 13 additions and 13 deletions

View File

@ -728,19 +728,19 @@ extracting content or merging files.")
(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