mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: emacs-pydoc: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-pydoc)[arguments]<#:phases>: Fix typo.
This commit is contained in:
parent
45542a0d5e
commit
fcb2522edb
1 changed files with 2 additions and 2 deletions
|
@ -8934,10 +8934,10 @@ (define-public emacs-pydoc
|
|||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-python-executable
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(emacs-substitute-variables "pydoc.el"
|
||||
("pydoc-python-command"
|
||||
(search-input-file outputs "bin/python")))))
|
||||
(search-input-file inputs "bin/python")))))
|
||||
(add-after 'unpack 'patch-lsof-executable
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "pydoc.el"
|
||||
|
|
Loading…
Reference in a new issue