mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +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)
|
||||
(emacs-substitute-variables "jedi-core.el"
|
||||
("jedi:server-command"
|
||||
(search-input-file outputs "bin/jediepcserver"))))))))
|
||||
`(list ,(search-input-file outputs "bin/jediepcserver")))))))))
|
||||
(native-inputs (list emacs-mocker python-wrapper))
|
||||
(inputs (list python-wrapper python-epc python-jedi)) ;wrapped
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue