Commit 52e02e3f authored by Samuel Tardieu's avatar Samuel Tardieu
Browse files

synfigstudio: enable parallel building for the `synfig` derivation

This was enabled for `synfigstudio`, but not for `synfig`, leading to
long build times.
parent 49e859f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@ let
      "CXXFLAGS=-std=c++14"
    ];

    enableParallelBuilding = true;

    nativeBuildInputs = [
      pkg-config
      autoreconfHook