hugin, enblend-enfuse: enbaleParallelBuilding, default boost
Also unset meta.broken.
This commit is contained in:
parent
54c18db1ca
commit
df76cbaa21
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# commandline tools needed by the hugin batch processor
|
# commandline tools needed by the hugin batch processor
|
||||||
# you may have to tell hugin (in the preferences) where these binaries reside
|
# you may have to tell hugin (in the preferences) where these binaries reside
|
||||||
propagatedUserEnvPackages = [ autopanosiftc enblendenfuse gnumake
|
propagatedUserEnvPackages = [ autopanosiftc enblendenfuse gnumake
|
||||||
@ -42,6 +44,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ perl pkgconfig ];
|
nativeBuildInputs = [ perl pkgconfig ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://enblend.sourceforge.net/;
|
homepage = http://enblend.sourceforge.net/;
|
||||||
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
|
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
|
||||||
|
@ -964,9 +964,7 @@ let
|
|||||||
|
|
||||||
emv = callPackage ../tools/misc/emv { };
|
emv = callPackage ../tools/misc/emv { };
|
||||||
|
|
||||||
enblendenfuse = callPackage ../tools/graphics/enblend-enfuse {
|
enblendenfuse = callPackage ../tools/graphics/enblend-enfuse { };
|
||||||
boost = boost149;
|
|
||||||
};
|
|
||||||
|
|
||||||
encfs = callPackage ../tools/filesystems/encfs { };
|
encfs = callPackage ../tools/filesystems/encfs { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user