From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 01/15] gnu: chez-scheme: Add search-path and fix i686 build. Date: Sun, 16 Oct 2016 20:25:22 +0200 Message-ID: <878ttognhp.fsf@elephly.net> 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]:39807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvq7r-0002IR-KG for guix-devel@gnu.org; Sun, 16 Oct 2016 14:25:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvq7o-0000in-Cp for guix-devel@gnu.org; Sun, 16 Oct 2016 14:25:35 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21383) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bvq7o-0000iE-1x for guix-devel@gnu.org; Sun, 16 Oct 2016 14:25:32 -0400 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" To: Federico Beffa Cc: Guix-devel Hi Federico, it’s a bit unfortunate to mix moving of packages between modules with a fix and a feature addition (search paths). I think the move to a new module is not necessary. Could you separate these different changes into different patches, please? ~~ Ricardo