guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pypy: Fix build.


From: guix-commits
Subject: branch master updated: gnu: pypy: Fix build.
Date: Wed, 07 Sep 2022 14:36:42 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9ec4233181 gnu: pypy: Fix build.
9ec4233181 is described below

commit 9ec4233181c9a4cf7716e289f7ca2da322f1300e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Sep 7 14:34:57 2022 -0400

    gnu: pypy: Fix build.
    
    This fixes a regression that was introduced in commit 553c009d741.
    
    * gnu/packages/python.scm (pypy)[phases]{install}: Rename the OUT variable 
to
     #$OUTPUT.
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6b571f6d12..edbdf7cfad 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -865,7 +865,7 @@ ease from the desktop to a microcontroller or embedded 
system.")
                     (substitute* '("lib_pypy/_md5.py"
                                    "lib_pypy/_sha1.py")
                       ((shebang-match-python) shebang-pypy3))))
-                (copy-recursively dist-dir out)))))))
+                (copy-recursively dist-dir #$output)))))))
     (native-inputs
      (list gzip
            nss-certs                    ; For ssl tests



reply via email to

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