[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21127: Problem with guix.el on hybrid systems.
From: |
Ludovic Courtès |
Subject: |
bug#21127: Problem with guix.el on hybrid systems. |
Date: |
Fri, 24 Jul 2015 22:31:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Mathieu Lirzin <address@hidden> skribis:
> From ca4360cc33f56dbfd1fa1367f68d3bd3d0d7c553 Mon Sep 17 00:00:00 2001
> From: Mathieu Lirzin <address@hidden>
> 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'.