summary refs log tree commit diff
path: root/pkgs/applications/graphics/hugin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/hugin/default.nix')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 7314ff893b00d..1a8a552aa4f48 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -31,8 +31,6 @@ stdenv.mkDerivation rec {
   # disable installation of the python scripting interface
   cmakeFlags = [ "-DBUILD_HSI:BOOl=OFF" ];
 
-  enableParallelBuilding = true;
-
   NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
 
   postInstall = ''