mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-public trytond
|
|||
(sha256
|
||||
(base32 "1h1x0cmmmxvjclbglvvxkv634jw6av5ilymbix1lln5lq0gd39yy"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("python-dateutil" ,python-dateutil)
|
||||
("python-genshi" ,python-genshi)
|
||||
("python-lxml" ,python-lxml)
|
||||
|
|
Loading…
Reference in a new issue