mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: emacs-jedi: Fix jedi:server-command default.
* gnu/packages/emacs-xyz.scm (emacs-jedi)[arguments]<#:phases> [patch-jedi:server-command]: Make it a list.
This commit is contained in:
parent
5d284ebc8d
commit
3490452fc9
1 changed files with 1 additions and 1 deletions
|
@ -11442,7 +11442,7 @@ generates it as a string. Please see the homepage for usage examples.")
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(emacs-substitute-variables "jedi-core.el"
|
(emacs-substitute-variables "jedi-core.el"
|
||||||
("jedi:server-command"
|
("jedi:server-command"
|
||||||
(search-input-file outputs "bin/jediepcserver"))))))))
|
`(list ,(search-input-file outputs "bin/jediepcserver")))))))))
|
||||||
(native-inputs (list emacs-mocker python-wrapper))
|
(native-inputs (list emacs-mocker python-wrapper))
|
||||||
(inputs (list python-wrapper python-epc python-jedi)) ;wrapped
|
(inputs (list python-wrapper python-epc python-jedi)) ;wrapped
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue