janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit f0565253efc692cca290aa9dfeaba70121c1c353
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Thu Apr 16 16:32:11 2020 +0200

    gnu: python: Build fix for the Hurd.
    
    * gnu/packages/python.scm (python-3.8): Remove build fix for 2.x..3.5.9 that
    breaks on 3.8.2.
---
 gnu/packages/python.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4ae4f8e..a30ad6f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -393,7 +393,9 @@ data types.")
                 " test_socket")))
        ((#:phases phases)
        `(modify-phases ,phases
-
+          ,@(if (hurd-system?)
+                `((delete 'patch-regen-for-hurd)) ;regen was removed after 
3.5.9
+                '())
           (add-before 'check 'set-TZDIR
             (lambda* (#:key inputs native-inputs #:allow-other-keys)
               ;; test_email requires the Olson time zone database.

Reply via email to