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>
This commit is contained in:
parent
d675a28c02
commit
be810d414f
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user