From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add msgpack Date: Sat, 25 Jun 2016 11:31:00 -0400 Message-ID: <20160625153100.GA21038@jasmine> References: <87wpmbuv6m.fsf@openmailbox.org> <20160606140737.GA26555@jasmine> <20160611030655.GA24837@jasmine> <87lh2b7009.fsf@openmailbox.org> <20160612001750.GA9854@jasmine> <87eg836nm3.fsf@openmailbox.org> <20160613165852.GA31846@jasmine> <20160613175910.GA6456@jasmine> <87fusbyhk7.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGpYE-0005bk-F0 for guix-devel@gnu.org; Sat, 25 Jun 2016 11:31:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGpYA-0001Os-61 for guix-devel@gnu.org; Sat, 25 Jun 2016 11:31:17 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGpY8-0001OM-W0 for guix-devel@gnu.org; Sat, 25 Jun 2016 11:31:14 -0400 Content-Disposition: inline In-Reply-To: <87fusbyhk7.fsf@openmailbox.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: Lukas Gradl Cc: guix-devel@gnu.org On Fri, Jun 17, 2016 at 10:13:28AM -0500, Lukas Gradl wrote: > Also, is it OK to do things like that in a snippet as in the attached > patch? > * gnu/packages/serialization.scm (msgpack): New variable. I think it's fine and I pushed as d1ef573de. If we need to change it for libring, we'll do that. Thanks!