Commit f02df8c2 authored by qbisi's avatar qbisi
Browse files

gmsh: remove redundant enableParalleBuilding

parent 7d280a84
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -57,8 +57,6 @@ stdenv.mkDerivation rec {
  ++ lib.optional stdenv.cc.isClang llvmPackages.openmp
  ++ lib.optional enablePython python;

  enableParallelBuilding = true;

  patches = [
    (fetchpatch {
      url = "https://gitlab.onelab.info/gmsh/gmsh/-/commit/7d5094fb0a5245cb435afd3f3e8c35e2ecfe70fd.patch";