mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 a new issue