From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 2/3]: Add pyyaml. Date: Fri, 20 Feb 2015 18:58:36 +0100 Message-ID: <20150220175836.GB15485@debian.math.u-bordeaux1.fr> References: 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]:48132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOrqe-0000dc-00 for guix-devel@gnu.org; Fri, 20 Feb 2015 12:58:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOrqb-0000v4-Bj for guix-devel@gnu.org; Fri, 20 Feb 2015 12:58:43 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:65521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOrqb-0000v0-30 for guix-devel@gnu.org; Fri, 20 Feb 2015 12:58:41 -0500 Content-Disposition: inline In-Reply-To: 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: Ricardo Wurmus Cc: Guix-devel On Fri, Feb 20, 2015 at 05:48:04PM +0100, Ricardo Wurmus wrote: > + (propagated-inputs > + `(("libyaml" ,libyaml))) Is it really needed to propagate the input? The _yaml.cpython-33m.so library is automatically linked with libyaml-0.so.2 thanks to our ld. If it is needed, could you add a quick explanation? > + (description > + " PyYAML is a YAML parser and emitter for Python. PyYAML features a ↑ a space too much Andreas