gmsh: remove redundant enableParalleBuilding

This commit is contained in:
qbisi
2025-07-25 05:38:51 +08:00
parent 7d280a849b
commit f02df8c21f
-2
View File
@@ -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";