aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2020-05-20 10:52:19 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2020-05-21 13:23:38 +0100
commitf2a53a4a9cd47ddab00d0e1116acc934a90e8f7e (patch)
treee2f9fcee40aabf28214c17ecb148a970f387ef9c
parente5082a1e6a3cf54fc1439d350c84210c18ae9557 (diff)
downloadguix-f2a53a4a9cd47ddab00d0e1116acc934a90e8f7e.tar
guix-f2a53a4a9cd47ddab00d0e1116acc934a90e8f7e.tar.gz
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.
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 51ac6d44d1..417b1fb402 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -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)