mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue