me
/
guix
Archived
1
0
Fork 0

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
John Soo 2020-02-21 21:14:57 -08:00 committed by Marius Bakke
parent e2546bb472
commit 3c60d85f31
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View 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)