python-qt: pin to qt514

This commit is contained in:
Thomas Tuegel
2020-09-07 13:50:44 -05:00
parent 8d52422167
commit 23bed3659d

View File

@@ -14755,7 +14755,7 @@ in
python-qt = callPackage ../development/libraries/python-qt {
python = python27;
inherit (qt5) qmake qttools qtwebengine qtxmlpatterns;
inherit (qt514) qmake qttools qtwebengine qtxmlpatterns;
};
pyotherside = libsForQt5.callPackage ../development/libraries/pyotherside {};