guix-commits
[Top][All Lists]
Advanced

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

21/103: gnu: Fix python inputs, part 3: all native-inputs become propaga


From: Hartmut Goebel
Subject: 21/103: gnu: Fix python inputs, part 3: all native-inputs become propagated-inputs.
Date: Tue, 25 Oct 2016 18:00:36 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 9ded93cfdee2bcdb285b1cb36e98d754c11629c4
Author: Hartmut Goebel <address@hidden>
Date:   Thu Oct 13 13:36:55 2016 +0200

    gnu: Fix python inputs, part 3: all native-inputs become propagated-inputs.
    
    This patch contains the changes in python.scm where all [native-inputs]
    are changed to [propagated-inputs].
    
    * gnu/packages/python.scm.scm (python-feedgenerator): All [native-inputs] 
are
      changed to [propagated-inputs].
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0dcbe7f..a9dc17f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2721,7 +2721,7 @@ sources.")
         (base32
          "0mkimp1fpdan4p3882vzcws4l594k71ich4g0wq97jbra7p602n0"))))
     (build-system python-build-system)
-    (native-inputs
+    (propagated-inputs
      `(("python-pytz" ,python-pytz)
        ("python-six" ,python-six)))
     (home-page "https://github.com/getpelican/feedgenerator";)



reply via email to

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