guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: glib: Add comment about disallowed references.


From: guix-commits
Subject: 01/04: gnu: glib: Add comment about disallowed references.
Date: Fri, 1 Nov 2019 19:12:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d12eaa68830573b8a816e333b1afa22b15612a54
Author: Ludovic Courtès <address@hidden>
Date:   Fri Nov 1 15:30:23 2019 +0100

    gnu: glib: Add comment about disallowed references.
    
    * gnu/packages/glib.scm (glib)[arguments]: Add a commented-out
     #:disallowed-references argument, which was removed in
     6c237a2d7bfa3c7be02c069e5c24a2b401a51864.
---
 gnu/packages/glib.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 33e569a..b3e85f8 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -199,7 +199,10 @@ shared NFS home directories.")
       ("perl" ,perl)                              ; needed by GIO tests
       ("tzdata" ,tzdata-for-tests)))                  ; for tests/gdatetime.c
    (arguments
-    `(#:phases
+    `(;; TODO: Uncomment on the next rebuild cycle.
+      ;; #:disallowed-references (,tzdata-for-tests)
+
+      #:phases
       (modify-phases %standard-phases
         (add-before 'build 'pre-build
           (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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