From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/5] gnu: gtk+: Add "bin" output. Date: Mon, 29 Aug 2016 17:56:55 +0200 Message-ID: <87bn0bzhyw.fsf@gnu.org> References: <20160806104616.13089-1-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beOvn-0005eX-7z for guix-devel@gnu.org; Mon, 29 Aug 2016 11:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beOvj-00082E-48 for guix-devel@gnu.org; Mon, 29 Aug 2016 11:57:02 -0400 In-Reply-To: <20160806104616.13089-1-iyzsong@gmail.com> (=?utf-8?B?Ig==?= =?utf-8?B?5a6L5paH5q2mIidz?= message of "Sat, 6 Aug 2016 18:46:12 +0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > * gnu/packages/gtk.scm (gtk+)[outputs]: New field. > --- > gnu/packages/gtk.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm > index 21365b9..5c42053 100644 > --- a/gnu/packages/gtk.scm > +++ b/gnu/packages/gtk.scm > @@ -624,6 +624,7 @@ application suites.") > (base32 > "157nh9gg0p2avw765hrnkvr8lsh2w811397yxgjv6q5j4fzz6d1q")) > (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"= )))) > + (outputs '("out" "bin" "doc")) I suppose the intent was to reduce the closure size; do you have figures? I like to put them as a comment next to the =E2=80=98outputs=E2= =80=99 field. Thanks! Ludo=E2=80=99.