diff options
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f0d2fd6eb8..23f188c6f9 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.") `(#:tests? #f ;FIXME: 43 out of 364 tests are failing #:modules ((ice-9 ftw) (ice-9 match) (guix build utils) (guix build gnu-build-system)) + #:disallowed-references (,nss-certs) #:phases (modify-phases %standard-phases (delete 'configure) (add-after 'unpack 'patch-source |