carla: enable parallel building

This commit is contained in:
Minijackson 2019-09-14 16:13:41 +02:00
parent 152f1e6577
commit 5616f9937a
No known key found for this signature in database
GPG key ID: FEA888C9F5D64F62

View file

@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
++ optional withGtk2 gtk2
++ optional withGtk3 gtk3;
enableParallelBuilding = true;
installFlags = [ "PREFIX=$(out)" ];
dontWrapQtApps = true;