guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/14: gnu: perl-datetime-format-flexible: Make test input native.


From: guix-commits
Subject: 11/14: gnu: perl-datetime-format-flexible: Make test input native.
Date: Tue, 15 Oct 2019 23:41:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6f2697f748a83146d0611ed315cdbb364c3935a9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 16 05:20:29 2019 +0200

    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.
---
 gnu/packages/perl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 08a25fc..f172617 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2401,14 +2401,14 @@ to do this without writing reams of structural code.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]