python-qt: switch to libsForQt5.callPackage

This commit is contained in:
Guilhem Saurel 2024-04-16 09:35:52 +02:00
parent d338ea8382
commit 7246b5035c
1 changed files with 1 additions and 3 deletions

View File

@ -24095,9 +24095,7 @@ with pkgs;
pylode = callPackage ../misc/pylode { };
python-qt = callPackage ../development/libraries/python-qt {
inherit (qt5) qmake qttools qtwebengine qtxmlpatterns;
};
python-qt = libsForQt5.callPackage ../development/libraries/python-qt { };
pyotherside = libsForQt5.callPackage ../development/libraries/pyotherside { };