python-qt: add disable-warnings-if-gcc13

This commit is contained in:
Adam Joseph
2023-12-07 09:11:37 +00:00
committed by Adam Joseph
parent 3b96fe0c7a
commit 41e258d69f
+2 -2
View File
@@ -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 { };