3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: GLib: Ensure no references are kept to 'tzdata-for-tests'.

* gnu/packages/glib.scm (glib)[arguments]: Add #:disallowed-references.
This commit is contained in:
Marius Bakke 2019-12-04 23:34:44 +01:00
parent 223f907cd5
commit 922ed1db45
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -202,9 +202,7 @@ shared NFS home directories.")
("perl" ,perl) ; needed by GIO tests
("tzdata" ,tzdata-for-tests))) ; for tests/gdatetime.c
(arguments
`(;; TODO: Uncomment on the next rebuild cycle.
;; #:disallowed-references (,tzdata-for-tests)
`(#:disallowed-references (,tzdata-for-tests)
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-dbus-launch-path