3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Felix Gruber 2022-08-02 13:24:02 +00:00 committed by Mathieu Othacehe
parent cc4c02e346
commit 644646beab
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -3118,7 +3118,7 @@ ASCII text files using Gmsh's own scripting language.")
(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