gnu: harfbuzz: Comment on the "bin" output.
* gnu/packages/gtk.scm (harfbuzz): Comment on why "bin" output.
This commit is contained in:
parent
2ed74cea5c
commit
0a129f391b
|
@ -154,7 +154,8 @@ affine transformation (scale, rotation, shear, etc.).")
|
||||||
(base32
|
(base32
|
||||||
"1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b"))))
|
"1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "bin"))
|
(outputs '("out"
|
||||||
|
"bin")) ; 160K, only hb-view depend on cairo
|
||||||
(inputs
|
(inputs
|
||||||
`(("cairo" ,cairo)))
|
`(("cairo" ,cairo)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue