guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python: Build fix for the Hurd.


From: guix-commits
Subject: 04/04: gnu: python: Build fix for the Hurd.
Date: Thu, 16 Apr 2020 10:35:22 -0400 (EDT)

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

commit f0565253efc692cca290aa9dfeaba70121c1c353
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
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

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