gnu: tryton: Propagate inputs.

As for all Python packages and applications, the inputs need to be propagated.

* gnu/packages/tryton.scm (tryton)[inputs]: Change to {propagated-inputs].
This commit is contained in:
Hartmut Goebel 2021-08-26 17:48:24 +02:00
parent 85c90c2eeb
commit 1422caed2b
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -110,7 +110,7 @@ (define-public tryton
(native-inputs
`(("glib-compile-schemas" ,glib "bin")
("gobject-introspection" ,gobject-introspection)))
(inputs
(propagated-inputs
`(("gdk-pixbuf" ,gdk-pixbuf+svg)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gtk+" ,gtk+)