Commit 863ffdd1 authored by Adam Joseph's avatar Adam Joseph Committed by Adam Joseph
Browse files

python3Packages.gmsh: typo fix

parent 0d9b2ee1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4572,7 +4572,7 @@ self: super: with self; {
  gmpy = callPackage ../development/python-modules/gmpy { };
  gmsh = disable-warnings-if-gcc13 (toPythonModule (callPackage ../applications/science/math/gmsh {
  gmsh = pkgs.disable-warnings-if-gcc13 (toPythonModule (callPackage ../applications/science/math/gmsh {
    enablePython = true;
  }));