gnu: perl-xml-atom: Propagate inputs.

* gnu/packages/xml.scm (perl-xml-atom)[inputs]: Rename to...
[propagated-inputs]: ...this, and...
[native-inputs]: ...remove duplicate packages from here.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-14 21:36:14 +02:00
parent beb2d4be84
commit 50632f0a8d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 6 deletions

View File

@ -263,13 +263,11 @@ the @code{Graph} class and write it out in a specific file format.")
(getenv "PERL5LIB"))) (getenv "PERL5LIB")))
#t))))) #t)))))
(native-inputs (native-inputs
`(("perl-datetime" ,perl-datetime) ;; TODO package: perl-datetime-format-atom
;; TODO package: perl-datetime-format-atom `(("perl-html-tagset" ,perl-html-tagset)
("perl-html-tagset" ,perl-html-tagset)
("perl-module-build-tiny" ,perl-module-build-tiny) ("perl-module-build-tiny" ,perl-module-build-tiny)
("perl-module-install" ,perl-module-install) ("perl-module-install" ,perl-module-install)))
("perl-xml-xpath" ,perl-xml-xpath))) (propagated-inputs
(inputs
`(("perl-class-data-inheritable" ,perl-class-data-inheritable) `(("perl-class-data-inheritable" ,perl-class-data-inheritable)
("perl-datetime" ,perl-datetime) ("perl-datetime" ,perl-datetime)
("perl-datetime-timezone" ,perl-datetime-timezone) ("perl-datetime-timezone" ,perl-datetime-timezone)