guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-pydoc: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-pydoc: Fix build.
Date: Sat, 28 Jan 2023 10:17:56 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fcb2522edb gnu: emacs-pydoc: Fix build.
fcb2522edb is described below

commit fcb2522edb801ed1403bc120cf8d842d97e1449c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 28 16:16:38 2023 +0100

    gnu: emacs-pydoc: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-pydoc)[arguments]<#:phases>: Fix typo.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8052f2b3ba..dd11e08b48 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8934,10 +8934,10 @@ windows Emacs produces, while still keeping them within 
arm’s 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]