diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-08-26 17:48:24 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-09-16 21:51:43 +0200 |
commit | 1422caed2b25c70cc5aa6b6de7de46d84c875bfd (patch) | |
tree | ad40961c4dd3f89f640dca0d375d0204b56f8ab4 /gnu/packages | |
parent | 85c90c2eebee1efb559f185078b20f06de30d918 (diff) | |
download | guix-1422caed2b25c70cc5aa6b6de7de46d84c875bfd.tar.gz guix-1422caed2b25c70cc5aa6b6de7de46d84c875bfd.zip |
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].
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tryton.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index c92d80eef1..53a4f80c35 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -110,7 +110,7 @@ and security.") (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+) |