summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-14 21:36:14 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-15 09:57:14 +0200
commit50632f0a8dd69c81bdaffb382f54d8ac62c87c9c (patch)
tree6fc3c24ff3ebecdf73834a31730745dc5ab73e01 /gnu/packages/xml.scm
parentbeb2d4be84f6d632c77cf9d1c9698b1fde015c1c (diff)
downloadgnu-guix-50632f0a8dd69c81bdaffb382f54d8ac62c87c9c.tar
gnu-guix-50632f0a8dd69c81bdaffb382f54d8ac62c87c9c.tar.gz
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.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5c31a9e669..0f6b5dc9bc 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -263,13 +263,11 @@ the @code{Graph} class and write it out in a specific file format.")
(getenv "PERL5LIB")))
#t)))))
(native-inputs
- `(("perl-datetime" ,perl-datetime)
- ;; TODO package: perl-datetime-format-atom
- ("perl-html-tagset" ,perl-html-tagset)
+ ;; TODO package: perl-datetime-format-atom
+ `(("perl-html-tagset" ,perl-html-tagset)
("perl-module-build-tiny" ,perl-module-build-tiny)
- ("perl-module-install" ,perl-module-install)
- ("perl-xml-xpath" ,perl-xml-xpath)))
- (inputs
+ ("perl-module-install" ,perl-module-install)))
+ (propagated-inputs
`(("perl-class-data-inheritable" ,perl-class-data-inheritable)
("perl-datetime" ,perl-datetime)
("perl-datetime-timezone" ,perl-datetime-timezone)