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:
parent
7ec072acd8
commit
e86ebdc0e3
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user