From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21127: Problem with guix.el on hybrid systems. Date: Fri, 24 Jul 2015 22:31:19 +0200 Message-ID: <87h9otfgbs.fsf@gnu.org> References: <876159eo9i.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIjdV-0006OL-EX for bug-guix@gnu.org; Fri, 24 Jul 2015 16:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIjdS-0006dx-8r for bug-guix@gnu.org; Fri, 24 Jul 2015 16:32:05 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:56784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIjdS-0006dp-5v for bug-guix@gnu.org; Fri, 24 Jul 2015 16:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZIjdR-0006sO-Uo for bug-guix@gnu.org; Fri, 24 Jul 2015 16:32:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <876159eo9i.fsf@openmailbox.org> (Mathieu Lirzin's message of "Fri, 24 Jul 2015 14:25:13 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: 21127@debbugs.gnu.org, Alex Kost Mathieu Lirzin skribis: > From ca4360cc33f56dbfd1fa1367f68d3bd3d0d7c553 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Fri, 24 Jul 2015 12:59:20 +0200 > Subject: [PATCH] emacs: Fix guix-guile-program. > > * emacs/guix-backend.el: Move to ... > * emacs/guix-backend.el.in: ... here. > (guix-guile-program): Default to the Guile used when building Guix to > avoid breaking guix.el when installing another Guile. > * configure.ac: Adapt to it. > * .gitignore: Likewise. [...] > +(defvar guix-guile-program "@GUILE@" Sounds reasonable to me. Alternately, I wonder if it would make sense to define that variable in guix-init.el to avoid having an additional .in file. Alex, WDYT? Thanks, Ludo'.