diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-17 19:57:36 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-17 19:57:36 +0800 |
commit | 0a129f391bb6fc8f18647b38dc9fa64be1dc2911 (patch) | |
tree | 7c861f33d6a0c92d9c2ed3d94cddfad231a01b60 /gnu | |
parent | 2ed74cea5c1a353e7634f7e1be8bcc27fcac6ede (diff) | |
download | patches-0a129f391bb6fc8f18647b38dc9fa64be1dc2911.tar patches-0a129f391bb6fc8f18647b38dc9fa64be1dc2911.tar.gz |
gnu: harfbuzz: Comment on the "bin" output.
* gnu/packages/gtk.scm (harfbuzz): Comment on why "bin" output.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 53d8edc3c4..f1a2fb7567 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -154,7 +154,8 @@ affine transformation (scale, rotation, shear, etc.).") (base32 "1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b")))) (build-system gnu-build-system) - (outputs '("out" "bin")) + (outputs '("out" + "bin")) ; 160K, only hb-view depend on cairo (inputs `(("cairo" ,cairo))) (propagated-inputs |