me
/
guix
Archived
1
0
Fork 0

gnu: freetype: Add libpng and zlib to propagated-inputs.

* gnu/packages/fontutils.scm (freetype)[propagated-inputs]: New field.
[native-inputs]: New field.
master
宋文武 2016-04-02 10:05:19 +08:00 committed by Ludovic Courtès
parent a1713f18d0
commit 944504b32d
1 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,13 @@
(sha256 (base32
"18k3b026762lmyrxfil5xv8qwnvj7hc12gz9bjqzbb12lmx707ip"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(propagated-inputs
;; These are all in the Requires.private field of freetype2.pc.
;; XXX: add harfbuzz.
`(("libpng" ,libpng)
("zlib" ,zlib)))
(synopsis "Font rendering library")
(description
"Freetype is a library that can be used by applications to access the