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:
Greg Hogan 2022-08-31 19:34:50 +00:00 committed by Ludovic Courtès
parent d675a28c02
commit be810d414f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

@ -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))