mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: trytond: Propagate inputs.
As for all Python packages and applications, the inputs need to be propagated.
* gnu/packages/tryton.scm (trytond)[inputs]: Change to {propagated-inputs].
This commit is contained in:
parent
3bd222e79d
commit
85c90c2eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
(sha256
|
||||
(base32 "1h1x0cmmmxvjclbglvvxkv634jw6av5ilymbix1lln5lq0gd39yy"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("python-dateutil" ,python-dateutil)
|
||||
("python-genshi" ,python-genshi)
|
||||
("python-lxml" ,python-lxml)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue