guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: orange: Fix QT_PLUGIN_PATH.


From: guix-commits
Subject: 09/09: gnu: orange: Fix QT_PLUGIN_PATH.
Date: Tue, 6 Sep 2022 11:00:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit be810d414f0f5d904bb3d84793b7813b69c55cff
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Aug 31 19:34:50 2022 +0000

    gnu: orange: Fix QT_PLUGIN_PATH.
    
    * gnu/packages/orange.scm (orange)[arguments]: Fix QT_PLUGIN_PATH.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/orange.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/orange.scm b/gnu/packages/orange.scm
index 367c9cc288..0b8a642014 100644
--- a/gnu/packages/orange.scm
+++ b/gnu/packages/orange.scm
@@ -137,7 +137,7 @@ GUI based workflow.  It is primarily used in the Orange 
framework.")
              (let ((out (assoc-ref outputs "out")))
                (wrap-program (string-append out "/bin/orange-canvas")
                  `("QT_PLUGIN_PATH" prefix
-                   ,(list (string-append (assoc-ref inputs "qtsvg-5")
+                   ,(list (string-append (assoc-ref inputs "qtsvg")
                                          "/lib/qt5/plugins/"))))))))))
     (native-inputs
      (list python-cython))



reply via email to

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