3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rrdtool: Disallow references to tzdata-for-tests.

* gnu/packages/rrdtool.scm (rrdtool)[arguments]: Add a #:disallowed-references
keyword.
This commit is contained in:
Leo Famulari 2022-01-19 23:13:42 -05:00
parent af38141a1c
commit f223535e1c
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -62,7 +62,8 @@
perl ; will also build Perl bindings
tzdata-for-tests))
(arguments
'(#:phases
`(#:disallowed-references (,tzdata-for-tests)
#:phases
(modify-phases %standard-phases
(add-before 'configure 'pre-configure
(lambda _