guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 87/94: gnu: GLib: Ensure no references are kept to 'tzdata-for-tests'.
Date: Thu, 5 Dec 2019 12:15:41 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 922ed1db45f100d55ad2d526d833eeecd539cc7b
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 23:34:44 2019 +0100

    gnu: GLib: Ensure no references are kept to 'tzdata-for-tests'.
    
    * gnu/packages/glib.scm (glib)[arguments]: Add #:disallowed-references.
---
 gnu/packages/glib.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ff5206e..369bd37 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]