synfigstudio: fix a strange build error

Also enableParallelBuilding.
fonts.conf isn't supposed to be put into buildIputs, but it's still weird.
This commit is contained in:
Vladimír Čunát 2014-11-26 23:11:00 +01:00
parent 7ec072acd8
commit e86ebdc0e3

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
}; };
buildInputs = [ buildInputs = [
ETL boost cairo fontsConf gettext glibmm gtk gtkmm imagemagick intltool ETL boost cairo gettext glibmm gtk gtkmm imagemagick intltool
intltool libsigcxx libtool libxmlxx pkgconfig synfig intltool libsigcxx libtool libxmlxx pkgconfig synfig
]; ];
@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
export FONTCONFIG_FILE=${fontsConf} export FONTCONFIG_FILE=${fontsConf}
''; '';
enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A 2D animation program"; description = "A 2D animation program";
homepage = http://www.synfig.org; homepage = http://www.synfig.org;