From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] gnu: guile-next: Set correct native search paths. Date: Tue, 23 Feb 2016 19:42:57 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYNXg-0007Lr-1k for guix-devel@gnu.org; Tue, 23 Feb 2016 19:43:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYNXf-00032C-87 for guix-devel@gnu.org; Tue, 23 Feb 2016 19:42:59 -0500 Received: from mail-yw0-x233.google.com ([2607:f8b0:4002:c05::233]:35588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYNXf-00031u-1g for guix-devel@gnu.org; Tue, 23 Feb 2016 19:42:59 -0500 Received: by mail-yw0-x233.google.com with SMTP id g127so2724068ywf.2 for ; Tue, 23 Feb 2016 16:42:58 -0800 (PST) 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: guix-devel On Sat, Feb 13, 2016 at 12:13 AM, Thompson, David wrote: > I've started building my own projects with Guile 2.1.2 and I noticed > that the search paths needed adjustment in order to find modules. I fixed the one place where I forgot to s/2.0/2.2/ and pushed. - Dave