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:
parent
fd423e4df7
commit
d12eaa6883
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user