From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/5] gnu: gtk+: Add "bin" output. Date: Sat, 13 Aug 2016 22:21:53 -0400 Message-ID: <20160814022153.GC28609@jasmine> References: <20160806104616.13089-1-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYl3y-0006sf-3Z for guix-devel@gnu.org; Sat, 13 Aug 2016 22:22:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYl3t-0005U9-5G for guix-devel@gnu.org; Sat, 13 Aug 2016 22:22:10 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:33352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYl3r-0005Tk-VC for guix-devel@gnu.org; Sat, 13 Aug 2016 22:22:05 -0400 Content-Disposition: inline In-Reply-To: <20160806104616.13089-1-iyzsong@gmail.com> 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 On Sat, Aug 06, 2016 at 06:46:12PM +0800, 宋文武 wrote: > * 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")) > (propagated-inputs > `(("at-spi2-atk" ,at-spi2-atk) > ("atk" ,atk) What effect does this have? Does Guix know to put something into the 'bin' output?