tigervnc: build in parallel

This commit is contained in:
Will Dietz 2018-01-05 10:32:40 -06:00
parent 6960541eb8
commit 2edf41e6bb

View file

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
--with-xkb-path=${xkeyboard_config}/share/X11/xkb \
--with-xkb-bin-directory=${xorg.xkbcomp}/bin \
--with-xkb-output=$out/share/X11/xkb/compiled
make TIGERVNC_SRCDIR=`pwd`/../..
make TIGERVNC_SRCDIR=`pwd`/../.. -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES
popd
'';