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'.
This commit is contained in:
parent
01480b9e1c
commit
c3ea85d110
|
@ -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))))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue