mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ (define-public orange
|
|||
(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 a new issue