gnu: rrdtool: Disallow references to tzdata-for-tests.
* gnu/packages/rrdtool.scm (rrdtool)[arguments]: Add a #:disallowed-references keyword.
This commit is contained in:
parent
af38141a1c
commit
f223535e1c
@ -62,7 +62,8 @@
|
|||||||
perl ; will also build Perl bindings
|
perl ; will also build Perl bindings
|
||||||
tzdata-for-tests))
|
tzdata-for-tests))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
`(#:disallowed-references (,tzdata-for-tests)
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'pre-configure
|
(add-before 'configure 'pre-configure
|
||||||
(lambda _
|
(lambda _
|
||||||
|
Loading…
x
Reference in New Issue
Block a user