Archived
1
0
Fork 0

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:
Leo Famulari 2021-12-20 21:42:31 -05:00
parent 79fe54052f
commit 17d7343df8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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