summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-08-12 21:17:53 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-08-12 21:17:53 +0200
commitdf76cbaa212074427bb2ce33144afbfa7c9d5c3a (patch)
tree9b1bf622a34545492818e60c7c4c389143734fef /pkgs/tools/graphics
parent54c18db1ca85108c0bb8cc4f27e6254d4357b93e (diff)
downloadnixlib-df76cbaa212074427bb2ce33144afbfa7c9d5c3a.tar
nixlib-df76cbaa212074427bb2ce33144afbfa7c9d5c3a.tar.gz
nixlib-df76cbaa212074427bb2ce33144afbfa7c9d5c3a.tar.bz2
nixlib-df76cbaa212074427bb2ce33144afbfa7c9d5c3a.tar.lz
nixlib-df76cbaa212074427bb2ce33144afbfa7c9d5c3a.tar.xz
nixlib-df76cbaa212074427bb2ce33144afbfa7c9d5c3a.tar.zst
nixlib-df76cbaa212074427bb2ce33144afbfa7c9d5c3a.zip
hugin, enblend-enfuse: enbaleParallelBuilding, default boost
Also unset meta.broken.
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/enblend-enfuse/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/enblend-enfuse/default.nix b/pkgs/tools/graphics/enblend-enfuse/default.nix
index fc9a22df548e..6b65d3df0d3f 100644
--- a/pkgs/tools/graphics/enblend-enfuse/default.nix
+++ b/pkgs/tools/graphics/enblend-enfuse/default.nix
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ perl pkgconfig ];
 
+  enableParallelBuilding = true;
+
   meta = {
     homepage = http://enblend.sourceforge.net/;
     description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";