mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: perl-datetime-format-flexible: Make test input native.
* gnu/packages/perl.scm (perl-datetime-format-flexible) [native-inputs]: Move perl-test-mocktime here… [propagated-inputs]: …from here.
This commit is contained in:
parent
f2eacb3b33
commit
6f2697f748
1 changed files with 3 additions and 3 deletions
|
@ -2401,14 +2401,14 @@ (define-public perl-datetime-format-flexible
|
|||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-exception" ,perl-test-exception)
|
||||
("perl-test-nowarnings" ,perl-test-nowarnings)))
|
||||
("perl-test-nowarnings" ,perl-test-nowarnings)
|
||||
("perl-test-mocktime" ,perl-test-mocktime)))
|
||||
(propagated-inputs
|
||||
`(("perl-datetime" ,perl-datetime)
|
||||
("perl-datetime-format-builder" ,perl-datetime-format-builder)
|
||||
("perl-datetime-timezone" ,perl-datetime-timezone)
|
||||
("perl-list-moreutils" ,perl-list-moreutils)
|
||||
("perl-module-pluggable" ,perl-module-pluggable)
|
||||
("perl-test-mocktime" ,perl-test-mocktime)))
|
||||
("perl-module-pluggable" ,perl-module-pluggable)))
|
||||
(home-page "https://metacpan.org/release/DateTime-Format-Flexible")
|
||||
(synopsis "Parse date and time strings")
|
||||
(description "DateTime::Format::Flexible attempts to take any string you
|
||||
|
|
Loading…
Reference in a new issue