emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56887: closed ([PATCH] gnu: veusz: Fix build.)


From: GNU bug Tracking System
Subject: bug#56887: closed ([PATCH] gnu: veusz: Fix build.)
Date: Fri, 05 Aug 2022 12:31:02 +0000

Your message dated Fri, 05 Aug 2022 14:30:29 +0200
with message-id <871qtu27q2.fsf@gnu.org>
and subject line Re: bug#56887: [PATCH] gnu: veusz: Fix build.
has caused the debbugs.gnu.org bug report #56887,
regarding [PATCH] gnu: veusz: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56887: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56887
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: veusz: Fix build. Date: Tue, 2 Aug 2022 13:24:02 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#56887: [PATCH] gnu: veusz: Fix build. Date: Fri, 05 Aug 2022 14:30:29 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
> * gnu/packages/maths.scm (veusz)[arguments] Fix lookup of qtsvg path
>   in wrap-executable phase.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]