guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: guix: Set 'guix-dot-program' emacs variable.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: guix: Set 'guix-dot-program' emacs variable.
Date: Fri, 16 Oct 2015 10:20:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost <address@hidden> skribis:

> What about modifying ‘guix’ package to make various "View graph" actions
> in "M-x guix" work by default (without installing graphviz)?

I would rather change Guix itself: What about adding ‘guix-dot-program’
to guix-config.el.in, set to "@DOT_USER_PROGRAM@" (which doesn’t exist
yet)?

We can’t use @DOT@ because currently it is set to something like:

  DOT='${SHELL} /home/ludo/src/guix/build-aux/missing dot'

So we need an AC_PATH_PROG for dot that defines the ‘DOT_USER_PROGRAM’
substitution variable.

Does that make sense?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]