pgarlick pushed a commit to branch master
in repository guix.

commit f2a53a4a9cd47ddab00d0e1116acc934a90e8f7e
Author: Paul Garlick <pgarl...@tourbillion-technology.com>
AuthorDate: Wed May 20 10:52:19 2020 +0100

    gnu: perl-xml-feed: Add missing inputs.
    
    * gnu/packages/xml.scm (perl-xml-feed)[inputs]: Add
    perl-datetime-format-flexible, perl-datetime-format-iso8601 and
    perl-datetime-format-natural.
---
 gnu/packages/xml.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 51ac6d4..417b1fb 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2018 Pierre Neidhardt <m...@ambrevar.xyz>
 ;;; Copyright © 2018 Jack Hill <jackh...@jackhill.us>
 ;;; Copyright © 2019 Giacomo Leidi <goodoldp...@autistici.org>
+;;; Copyright © 2020 Paul Garlick <pgarl...@tourbillion-technology.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -826,7 +827,10 @@ server, collect the answer, and finally decoding the XML 
to Perl.")
     (inputs
      `(("perl-class-errorhandler" ,perl-class-errorhandler)
        ("perl-datetime" ,perl-datetime)
+       ("perl-datetime-format-flexible" ,perl-datetime-format-flexible)
+       ("perl-datetime-format-iso8601" ,perl-datetime-format-iso8601)
        ("perl-datetime-format-mail" ,perl-datetime-format-mail)
+       ("perl-datetime-format-natural" ,perl-datetime-format-natural)
        ("perl-datetime-format-w3cdtf" ,perl-datetime-format-w3cdtf)
        ("perl-feed-find" ,perl-feed-find)
        ("perl-html-parser" ,perl-html-parser)

Reply via email to