summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/hugin
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/applications/graphics/hugin
parent54c18db1ca85108c0bb8cc4f27e6254d4357b93e (diff)
hugin, enblend-enfuse: enbaleParallelBuilding, default boost
Also unset meta.broken.
Diffstat (limited to 'pkgs/applications/graphics/hugin')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 20d2b2a4b2d6..88912cbda55d 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
+ enableParallelBuilding = true;
+
# commandline tools needed by the hugin batch processor
# you may have to tell hugin (in the preferences) where these binaries reside
propagatedUserEnvPackages = [ autopanosiftc enblendenfuse gnumake
@@ -42,6 +44,5 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
- broken = true;
};
}