guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: freecad. Fix build failure.


From: guix-commits
Subject: 09/15: gnu: freecad. Fix build failure.
Date: Mon, 24 Feb 2020 12:09:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3c60d85f313f910282ed884eead80061faf6ee78
Author: John Soo <address@hidden>
AuthorDate: Fri Feb 21 21:14:57 2020 -0800

    gnu: freecad. Fix build failure.
    
    * gnu/packages/engineering.scm (freecad)[inputs]: Use qtbase-patched instead
    of qtbase.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 73fea26..5eee90e 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2282,7 +2282,7 @@ full programmatic control over your models.")
        ("python-pyside-2-tools" ,python-pyside-2-tools)
        ("python-shiboken-2" ,python-shiboken-2)
        ("python-wrapper" ,python-wrapper)
-       ("qtbase" ,qtbase)
+       ("qtbase" ,qtbase-patched)
        ("qtsvg" ,qtsvg)
        ("qtx11extras" ,qtx11extras)
        ("qtxmlpatterns" ,qtxmlpatterns)



reply via email to

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