gnu: emacs-ggtags: Don't require GNU Global in path
authorTim Gesthuizen <tim.gesthuizen@yahoo.de>
Tue, 25 Dec 2018 10:22:19 +0000 (11:22 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 9 Jan 2019 17:47:57 +0000 (18:47 +0100)
commitecf7e4ea432175f3556cde6956cfda889a470471
tree30155c4051b3c2174d88266ddad7163e0a585498
parentb2a5ef2e949986f98a2de28307bb44c7dd85adfc
gnu: emacs-ggtags: Don't require GNU Global in path

emacs-ggtags relies on the GNU Global tools (global and gtags) to be available
in the path. This way it will grab some random executable if it will find
executables at all.
This is fixed by setting the prefix to GNU Global in the store. This way
emacs-ggtags will use specific deterministic executables.

* gnu/packages/emacs.scm (emacs-ggtags):
[inputs]: Add GNU Global to the inputs
[arguments]: Add a phase for substituting the right path to the executables

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/emacs.scm