1
Fork 0
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:
Danny Milosavljevic 2024-12-06 19:41:31 +01:00
parent 5d284ebc8d
commit 3490452fc9
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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