all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56887] [PATCH] gnu: veusz: Fix build.
@ 2022-08-02 13:24 Felix Gruber
  2022-08-05 12:30 ` bug#56887: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-08-02 13:24 UTC (permalink / raw)
  To: 56887; +Cc: Felix Gruber

* gnu/packages/maths.scm (veusz)[arguments] Fix lookup of qtsvg path
  in wrap-executable phase.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8d71bf324f..05f1dad2a6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3064,7 +3064,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
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-05 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02 13:24 [bug#56887] [PATCH] gnu: veusz: Fix build Felix Gruber
2022-08-05 12:30 ` bug#56887: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.