diff options
author | John Soo <jsoo1@asu.edu> | 2020-02-21 21:14:57 -0800 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-24 17:10:22 +0100 |
commit | 3c60d85f313f910282ed884eead80061faf6ee78 (patch) | |
tree | e5579f65b06fb4e1c00d2a1264e1f136e718e0f1 /gnu/packages/engineering.scm | |
parent | e2546bb472b6285a8856cacf686c5e0ce9bb62c5 (diff) |
gnu: freecad. Fix build failure.
* gnu/packages/engineering.scm (freecad)[inputs]: Use qtbase-patched instead
of qtbase.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 73fea26695..5eee90e450 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) |