guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: tryton: Propagate inputs.


From: guix-commits
Subject: 04/08: gnu: tryton: Propagate inputs.
Date: Thu, 16 Sep 2021 15:52:51 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 1422caed2b25c70cc5aa6b6de7de46d84c875bfd
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Thu Aug 26 17:48:24 2021 +0200

    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].
---
 gnu/packages/tryton.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c92d80e..53a4f80 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+)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]