From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 19/36: gnu: Add yaml-cpp. Date: Thu, 18 Aug 2016 15:34:13 -0400 Message-ID: <20160818193413.GB995@jasmine> References: <20160818155828.17156.79252@vcs.savannah.gnu.org> <20160818155829.F2B0822015C@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baT55-0002XM-Ty for guix-devel@gnu.org; Thu, 18 Aug 2016 15:34:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baT51-0004RE-N5 for guix-devel@gnu.org; Thu, 18 Aug 2016 15:34:22 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:41866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baT50-0004Pm-HM for guix-devel@gnu.org; Thu, 18 Aug 2016 15:34:19 -0400 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 6FFC4CCDB8 for ; Thu, 18 Aug 2016 15:34:14 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20160818155829.F2B0822015C@vcs.savannah.gnu.org> 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: guix-devel@gnu.org On Thu, Aug 18, 2016 at 03:58:29PM +0000, David Craven wrote: > dvc pushed a commit to branch master > in repository guix. > > commit f50f4ae454ab8e32c3b43541c493ba652ec03a05 > Author: David Craven > Date: Wed Aug 17 12:22:03 2016 +0200 > > gnu: Add yaml-cpp. > > * gnu/packages/serialization.scm (yaml-cpp): New variable. > + (native-inputs > + `(("python" ,python))) I imported the python module in f47dc8dd10.