me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 4 additions and 0 deletions

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 @@ 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)