mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 4 additions and 1 deletions
|
@ -199,7 +199,10 @@ (define glib
|
|||
("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 a new issue