diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-24 19:39:17 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-24 19:39:17 +0100 |
commit | 132c1915a5988375e5747db6e8376e7f63ba4803 (patch) | |
tree | 04e2402a1c09dcb3d2b80ae47ef9f6e832527766 /gnu/packages/engineering.scm | |
parent | cf4fdbcb0bf8ef4639dc162e09d152666fc6b89e (diff) | |
download | patches-132c1915a5988375e5747db6e8376e7f63ba4803.tar patches-132c1915a5988375e5747db6e8376e7f63ba4803.tar.gz |
gnu: qtbase: Remove custom 'qtbase-patched' variant.
* gnu/packages/qt.scm (qtbase)[source](patches): Add 'qtbase-QTBUG-81715.patch.
(qtbase-patched): Remove variable.
* gnu/packages/engineering.scm (freecad)[inputs]: Change from QTBASE-PATCHED to QTBASE.
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 33c12215e3..f3fa9e2597 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2283,7 +2283,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-patched) + ("qtbase" ,qtbase) ("qtsvg" ,qtsvg) ("qtx11extras" ,qtx11extras) ("qtxmlpatterns" ,qtxmlpatterns) |