tigervnc: build in parallel
This commit is contained in:
parent
6960541eb8
commit
2edf41e6bb
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
|||||||
--with-xkb-path=${xkeyboard_config}/share/X11/xkb \
|
--with-xkb-path=${xkeyboard_config}/share/X11/xkb \
|
||||||
--with-xkb-bin-directory=${xorg.xkbcomp}/bin \
|
--with-xkb-bin-directory=${xorg.xkbcomp}/bin \
|
||||||
--with-xkb-output=$out/share/X11/xkb/compiled
|
--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
|
popd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user