~ruther/guix-local

c3ea85d110dbad391045a09ab7e382b3007deff9 — Federico Beffa 11 years ago 01480b9
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'.
1 files changed, 2 insertions(+), 0 deletions(-)

M guix/build-system/python.scm
M guix/build-system/python.scm => guix/build-system/python.scm +2 -0
@@ 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))))))