guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: veusz: Fix build.


From: guix-commits
Subject: 01/02: gnu: veusz: Fix build.
Date: Fri, 5 Aug 2022 08:44:01 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 644646beab2f8bdaddf7736fa5e4dfc7e684bebd
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Tue Aug 2 13:24:02 2022 +0000

    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>
---
 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 789de8f500..fe93552ab9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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



reply via email to

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