From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/01: gnu: guile-for-guile-emacs: Use guile-2.0 search paths. Date: Mon, 29 Feb 2016 11:53:48 -0500 Message-ID: <8760x78nkz.fsf@netris.org> References: <20160229061118.24868.38687@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaR5O-0005xi-P4 for guix-devel@gnu.org; Mon, 29 Feb 2016 11:54:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaR5K-0003iQ-MJ for guix-devel@gnu.org; Mon, 29 Feb 2016 11:54:18 -0500 Received: from world.peace.net ([50.252.239.5]:58386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaR5K-0003iB-IT for guix-devel@gnu.org; Mon, 29 Feb 2016 11:54:14 -0500 In-Reply-To: (Ricardo Wurmus's message of "Mon, 29 Feb 2016 06:11:42 +0000") 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@gnu.org Ricardo Wurmus writes: > rekado pushed a commit to branch master > in repository guix. > > commit daeb61f7a92a178b0ac4a5c11b62b962293517e5 > Author: Ricardo Wurmus > Date: Sun Feb 28 20:42:13 2016 +0100 > > gnu: guile-for-guile-emacs: Use guile-2.0 search paths. > > * gnu/packages/guile.scm (guile-for-guile-emacs)[native-search-paths]: > Use the same search paths as guile-2.0. I think this is incorrect. guile-for-guile-emacs is not guile-2.0, it is very close to guile-2.2. What's the rationale for this? Mark