gnu: emacs-irony-mode: Remove propagated input
authorTim Gesthuizen <tim.gesthuizen@yahoo.de>
Mon, 24 Dec 2018 13:46:27 +0000 (14:46 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 9 Jan 2019 17:47:57 +0000 (18:47 +0100)
commit037c3b0ea27ff4c428f4c54dc3d04f1d341a5a27
tree181473c81c8520d53b160dd6bafd84fb5ad851a6
parentecf7e4ea432175f3556cde6956cfda889a470471
gnu: emacs-irony-mode: Remove propagated input

emacs-irony-mode finds its server binary because its a propagated input and is
in the path. We can substitute the variable `irony-server-install-prefix` to
not propagate the input and keep the binary isolated from the user.

* gnu/packages/emacs.scm (emacs-irony-mode):
[propagated-inputs] Remove propagated inputs
[inputs] Add emacs-irony-mode-server
[arguments] Add phase substituting the variable of the server path

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