mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
e5082a1e6a
commit
f2a53a4a9c
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue