python3Packages.gmsh: drop redundant disable-warnings-if-gcc13
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user