summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f0d2fd6eb8d..23f188c6f9b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -780,6 +780,7 @@ ease from the desktop to a microcontroller or embedded system.")
780 `(#:tests? #f ;FIXME: 43 out of 364 tests are failing 780 `(#:tests? #f ;FIXME: 43 out of 364 tests are failing
781 #:modules ((ice-9 ftw) (ice-9 match) 781 #:modules ((ice-9 ftw) (ice-9 match)
782 (guix build utils) (guix build gnu-build-system)) 782 (guix build utils) (guix build gnu-build-system))
783 #:disallowed-references (,nss-certs)
783 #:phases (modify-phases %standard-phases 784 #:phases (modify-phases %standard-phases
784 (delete 'configure) 785 (delete 'configure)
785 (add-after 'unpack 'patch-source 786 (add-after 'unpack 'patch-source