From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 4/7] gnu: Add spice-gtk. Date: Sat, 23 Jul 2016 18:39:59 -0400 Message-ID: <20160723223959.GD26113@jasmine> References: <20160723131859.13525-1-david@craven.ch> <20160723131859.13525-4-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bR5aj-0005M8-CG for guix-devel@gnu.org; Sat, 23 Jul 2016 18:40:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bR5ad-0008LK-Ae for guix-devel@gnu.org; Sat, 23 Jul 2016 18:40:16 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:56593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bR5ac-0008Ge-0c for guix-devel@gnu.org; Sat, 23 Jul 2016 18:40:11 -0400 Content-Disposition: inline In-Reply-To: <20160723131859.13525-4-david@craven.ch> 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: David Craven Cc: guix-devel@gnu.org On Sat, Jul 23, 2016 at 03:18:56PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > +(define-public spice-gtk > + (propagated-inputs > + `(("gstreamer" ,gstreamer) > + ("gst-libav" ,gst-libav) > + ("gst-plugins-base" ,gst-plugins-base) > + ("gst-plugins-good" ,gst-plugins-good) > + ("gst-plugins-bad" ,gst-plugins-bad) > + ("gst-plugins-ugly" ,gst-plugins-ugly) > + ("spice-protocol" ,spice-protocol))) Can you say why these are propagated? > + (license license:gpl2))) It appears to be licensed under the lgpl2.1+, which some files under the lgpl2.0+.