python-qt: add disable-warnings-if-gcc13
This commit is contained in:
@@ -24616,10 +24616,10 @@ with pkgs;
|
||||
|
||||
pylode = callPackage ../misc/pylode { };
|
||||
|
||||
python-qt = callPackage ../development/libraries/python-qt {
|
||||
python-qt = disable-warnings-if-gcc13 (callPackage ../development/libraries/python-qt {
|
||||
python = python3;
|
||||
inherit (qt5) qmake qttools qtwebengine qtxmlpatterns;
|
||||
};
|
||||
});
|
||||
|
||||
pyotherside = libsForQt5.callPackage ../development/libraries/pyotherside { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user