pgarlick pushed a commit to branch master
in repository guix.

commit 40b793fd51fde559d44b2d9d5a984377946ef944
Author: Paul Garlick <pgarl...@tourbillion-technology.com>
AuthorDate: Wed May 20 23:42:07 2020 +0100

    gnu: perl-xml-feed: Propagate inputs.
    
    * gnu/packages/xml.scm (perl-xml-feed)[inputs]: Move to...
    [propagated-inputs]: ...here.
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index be00981..d9efd52 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -822,7 +822,7 @@ server, collect the answer, and finally decoding the XML to 
Perl.")
      `(("perl-module-build" ,perl-module-build)
        ("perl-uri" ,perl-uri)
        ("perl-class-data-inheritable" ,perl-class-data-inheritable)))
-    (inputs
+    (propagated-inputs
      `(("perl-class-errorhandler" ,perl-class-errorhandler)
        ("perl-datetime" ,perl-datetime)
        ("perl-datetime-format-flexible" ,perl-datetime-format-flexible)

Reply via email to