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>master
parent
e2546bb472
commit
3c60d85f31
|
@ -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)
|
||||
|
|
Reference in New Issue