abiword: Enable parallel building.
Shouldn't take _that_ long to build, but I was impatient during fixing the build and it doesn't hurt anyway, does it? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
c91662f979
commit
c6dd35c2ac
@ -20,6 +20,8 @@ stdenv.mkDerivation {
|
||||
sed -i -e 's/--no-undefined //' src/Makefile*
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig gtk libglade librsvg bzip2 libgnomecanvas fribidi libpng popt
|
||||
libgsf enchant wv libjpeg
|
||||
|
Loading…
Reference in New Issue
Block a user