gnu: emacs-pydoc: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-pydoc)[arguments]<#:phases>: Fix typo.
This commit is contained in:
Nicolas Goaziou 2023-01-28 16:16:38 +01:00
parent 45542a0d5e
commit fcb2522edb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -8934,10 +8934,10 @@ windows Emacs produces, while still keeping them within arms reach.")
#: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"