summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/antimony
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-03 16:43:56 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-03 18:37:40 +0700
commit3ae5e6ce03f9dbf3f0a0a3e3161c83e28c1b45af (patch)
treee1ef883cca4049653aabfc8409cd6e7d51f1de92 /pkgs/applications/graphics/antimony
parentfb2311d4307f9873ccd38c7f080fbf1df8f17daa (diff)
treewide: remove enableParallelBuilding = true if using cmake
Diffstat (limited to 'pkgs/applications/graphics/antimony')
-rw-r--r--pkgs/applications/graphics/antimony/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/antimony/default.nix b/pkgs/applications/graphics/antimony/default.nix
index 363f3b8c84d9..95be29abba54 100644
--- a/pkgs/applications/graphics/antimony/default.nix
+++ b/pkgs/applications/graphics/antimony/default.nix
@@ -40,8 +40,6 @@ in
"-DGITBRANCH=${gitBranch}"
];
- enableParallelBuilding = true;
-
meta = with stdenv.lib; {
description = "A computer-aided design (CAD) tool from a parallel universe";
homepage = "https://github.com/mkeeter/antimony";