diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-04 23:34:44 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:09 +0100 |
commit | 922ed1db45f100d55ad2d526d833eeecd539cc7b (patch) | |
tree | a44630fef5cea0b01e5b35cc4aeb92bcd0c6fec9 /gnu/packages/glib.scm | |
parent | 223f907cd509f09a0bd6f0116499a8461c05860f (diff) | |
download | guix-922ed1db45f100d55ad2d526d833eeecd539cc7b.tar.gz |
gnu: GLib: Ensure no references are kept to 'tzdata-for-tests'.
* gnu/packages/glib.scm (glib)[arguments]: Add #:disallowed-references.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index ff5206e7fd..369bd373ac 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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 |