guix-commits
[Top][All Lists]
Advanced

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

02/02: build-system/python: Add handling of 'propagated-inputs' in 'pack


From: Federico Beffa
Subject: 02/02: build-system/python: Add handling of 'propagated-inputs' in 'package-with-explicit-python'.
Date: Mon, 08 Dec 2014 08:55:15 +0000

beffa pushed a commit to branch master
in repository guix.

commit c3ea85d110dbad391045a09ab7e382b3007deff9
Author: Federico Beffa <address@hidden>
Date:   Mon Dec 8 09:45:46 2014 +0100

    build-system/python: Add handling of 'propagated-inputs' in
    'package-with-explicit-python'.
    
    * guix/build-system/python.scm (package-with-explicit-python): Add mapping 
for
      'propagated-inputs'.
---
 guix/build-system/python.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm
index 78348e9..4bba716 100644
--- a/guix/build-system/python.scm
+++ b/guix/build-system/python.scm
@@ -86,6 +86,8 @@ prepended to the name."
               arguments)))
       (inputs
         (map rewrite (package-inputs p)))
+      (propagated-inputs
+        (map rewrite (package-propagated-inputs p)))
       (native-inputs
         (map rewrite (package-native-inputs p))))))
 



reply via email to

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