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:
parent
beb2d4be84
commit
50632f0a8d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue