gnu: freecad. Fix build failure.
authorJohn Soo <jsoo1@asu.edu>
Sat, 22 Feb 2020 05:14:57 +0000 (21:14 -0800)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 24 Feb 2020 16:10:22 +0000 (17:10 +0100)
* gnu/packages/engineering.scm (freecad)[inputs]: Use qtbase-patched instead
of qtbase.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu/packages/engineering.scm

index 73fea26..5eee90e 100644 (file)
@@ -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)