diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-01-01 09:23:24 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-01-02 11:20:13 +0800 |
commit | 27ef7f45422ddc068c20c25ba0e43f44eaafbf78 (patch) | |
tree | 7675859814a61c57661edf18cadb62a70ef1afd9 /gnu/packages/xml.scm | |
parent | 0f481f0616ee3688d616ce49f2973a1ca958d73f (diff) | |
download | patches-27ef7f45422ddc068c20c25ba0e43f44eaafbf78.tar patches-27ef7f45422ddc068c20c25ba0e43f44eaafbf78.tar.gz |
gnu: perl-xml-simple: Propagate XML::Parser.
* gnu/packages/xml.scm (perl-xml-simple): Move XML::Parser from 'inputs'
to 'propagated-inputs'.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 63d0ef2132..76366db58c 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -179,7 +179,7 @@ module.") (base32 "0jj3jiray1l4pi9wkjcpxjc3v431whdwx5aqnhgdm4i7h3817zsw")))) (build-system perl-build-system) - (inputs + (propagated-inputs `(("perl-xml-parser" ,perl-xml-parser))) (license (package-license perl)) (synopsis "Perl module for easy reading/writing of XML files") |