From 0a129f391bb6fc8f18647b38dc9fa64be1dc2911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Thu, 17 Sep 2015 19:57:36 +0800 Subject: [PATCH] gnu: harfbuzz: Comment on the "bin" output. * gnu/packages/gtk.scm (harfbuzz): Comment on why "bin" output. --- gnu/packages/gtk.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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