mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: veusz: Fix build.
* gnu/packages/maths.scm (veusz)[arguments] Fix lookup of qtsvg path in wrap-executable phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
cc4c02e346
commit
644646beab
1 changed files with 1 additions and 1 deletions
|
@ -3118,7 +3118,7 @@ (define-public veusz
|
|||
(let ((out (assoc-ref outputs "out")))
|
||||
(wrap-program (string-append out "/bin/veusz")
|
||||
`("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 pkg-config
|
||||
|
|
Loading…
Reference in a new issue