unofficial mirror of guix-patches@gnu.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

* bug#56887: [PATCH] gnu: veusz: Fix build.
  2022-08-02 13:24 [bug#56887] [PATCH] gnu: veusz: Fix build Felix Gruber
@ 2022-08-05 12:30 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-08-05 12:30 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 56887-done


> * gnu/packages/maths.scm (veusz)[arguments] Fix lookup of qtsvg path
>   in wrap-executable phase.

Pushed, thanks!

Mathieu




^ permalink raw reply	[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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).