gnu: glib: Add comment about disallowed references.

* gnu/packages/glib.scm (glib)[arguments]: Add a commented-out
 #:disallowed-references argument, which was removed in
 6c237a2d7b.
This commit is contained in:
Ludovic Courtès 2019-11-01 15:30:23 +01:00
parent fd423e4df7
commit d12eaa6883
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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