guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: perl-xml-atom: Propagate inputs.


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

nckx pushed a commit to branch master
in repository guix.

commit 50632f0a8dd69c81bdaffb382f54d8ac62c87c9c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 14 21:36:14 2018 +0200

    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.
---
 gnu/packages/xml.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5c31a9e..0f6b5dc 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)



reply via email to

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