python3Packages.gmsh: drop redundant disable-warnings-if-gcc13

This commit is contained in:
Sergei Trofimovich
2024-03-05 22:38:35 +00:00
parent 0cfd293af3
commit 4adf95957a
+2 -2
View File
@@ -4716,9 +4716,9 @@ self: super: with self; {
gmpy = callPackage ../development/python-modules/gmpy { };
gmsh = pkgs.disable-warnings-if-gcc13 (toPythonModule (callPackage ../applications/science/math/gmsh {
gmsh = toPythonModule (callPackage ../applications/science/math/gmsh {
enablePython = true;
}));
});
gntp = callPackage ../development/python-modules/gntp { };