guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/16: gnu: perl-xml-xpath: Propagate inputs.


From: Tobias Geerinckx-Rice
Subject: 04/16: gnu: perl-xml-xpath: Propagate inputs.
Date: Fri, 15 Jun 2018 03:57:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9332d70602357c9dfd7a699ed43eab009b7981e4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 14 22:36:33 2018 +0200

    gnu: perl-xml-xpath: Propagate inputs.
    
    * gnu/packages/xml.scm (perl-xml-xpath)[inputs]: Rename this...
    [propagated-inputs]: ...to this.
---
 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 0f6b5dc..b9661f9 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -824,7 +824,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom")
     (build-system perl-build-system)
     (native-inputs
      `(("perl-path-tiny" ,perl-path-tiny)))
-    (inputs
+    (propagated-inputs
      `(("perl-xml-parser" ,perl-xml-parser)))
     (home-page "http://search.cpan.org/dist/XML-XPath";)
     (synopsis "Parse and evaluate XPath statements")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]