mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python-qt: pin to qt514
This commit is contained in:
parent
8d52422167
commit
23bed3659d
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user