hugin, enblend-enfuse: enbaleParallelBuilding, default boost

Also unset meta.broken.
This commit is contained in:
Vladimír Čunát
2014-08-12 21:17:53 +02:00
parent 54c18db1ca
commit df76cbaa21
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -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;
};
}