synfigstudio: enable parallel building for the synfig derivation

This was enabled for `synfigstudio`, but not for `synfig`, leading to
long build times.
This commit is contained in:
Samuel Tardieu
2024-10-20 14:06:51 +02:00
parent 49e859f1eb
commit 52e02e3f9f
@@ -78,6 +78,8 @@ let
"CXXFLAGS=-std=c++14"
];
enableParallelBuilding = true;
nativeBuildInputs = [
pkg-config
autoreconfHook