gnu: pypy3: Prohibit references to nss-certs.
Built packages should not refer to nss-certs, to prevent errant hard-coding of a certificate store version. * gnu/packages/python.scm (pypy3)[arguments]: Add nss-certs to #:disallowed-references.
This commit is contained in:
parent
79fe54052f
commit
17d7343df8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue