mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
tigervnc: build in parallel
This commit is contained in:
parent
6960541eb8
commit
2edf41e6bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue