mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 19:34:39 -05:00
gnu: libmng: Remove input labels.
* gnu/packages/image.scm (libmng)[propagated-inputs]: Remove labels.
This commit is contained in:
parent
dce7ed146d
commit
d33f051740
1 changed files with 1 additions and 3 deletions
|
@ -1336,9 +1336,7 @@ (define-public libmng
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are all in the 'Libs.private' field of libmng.pc.
|
;; These are all in the 'Libs.private' field of libmng.pc.
|
||||||
`(("lcms" ,lcms)
|
(list lcms libjpeg-turbo zlib))
|
||||||
("libjpeg" ,libjpeg-turbo)
|
|
||||||
("zlib" ,zlib)))
|
|
||||||
(home-page "https://www.libmng.com/")
|
(home-page "https://www.libmng.com/")
|
||||||
(synopsis "Library for handling MNG files")
|
(synopsis "Library for handling MNG files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue