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.
This commit is contained in:
Paul Garlick 2020-05-20 10:52:19 +01:00
parent e5082a1e6a
commit f2a53a4a9c
No known key found for this signature in database
GPG key ID: AAC7E891896B568A

View file

@ -22,6 +22,7 @@
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2018 Jack Hill <jackhill@jackhill.us>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -826,7 +827,10 @@ (define-public perl-xml-feed
(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)