From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH] gnu: libcanberra: Add input gtk+-2. Date: Sat, 06 Feb 2016 13:05:23 +0800 Message-ID: <87lh6yctt8.fsf@member.fsf.org> References: <1454601882-7299-1-git-send-email-fhmgufs@web.de> <20160204170825.4563a546@alarmpi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRv3v-0007qI-Qg for guix-devel@gnu.org; Sat, 06 Feb 2016 00:05:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRv3s-0001lm-Kq for guix-devel@gnu.org; Sat, 06 Feb 2016 00:05:35 -0500 Received: from smtp25.openmailbox.org ([62.4.1.59]:60190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRv3s-0001li-CT for guix-devel@gnu.org; Sat, 06 Feb 2016 00:05:32 -0500 In-Reply-To: <20160204170825.4563a546@alarmpi> (Fabian Harfert's message of "Thu, 4 Feb 2016 17:08:25 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Fabian Harfert Cc: guix-devel@gnu.org Fabian Harfert writes: > On Thu, 4 Feb 2016 17:04:42 +0100 > Fabian Harfert wrote: > >> * gnu/packages/libcanberra.scm (libcanberra): Add input gtk+-2. >> --- >> gnu/packages/libcanberra.scm | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/gnu/packages/libcanberra.scm >> b/gnu/packages/libcanberra.scm index 3769e3f..4110e88 100644 >> --- a/gnu/packages/libcanberra.scm >> +++ b/gnu/packages/libcanberra.scm >> @@ -67,6 +67,7 @@ >> (inputs >> `(("alsa-lib" ,alsa-lib) >> ("gstreamer" ,gstreamer) >> + ("gtk+" ,gtk+-2) >> ("gtk+" ,gtk+) >> ("libltdl" ,libltdl) >> ("libvorbis" ,libvorbis) This will add gtk+-2 to the closure of every gtk+-3 application, How about add a new libcanberra/gtk+-2 package?