Merge pull request #33468 from dtzWill/fix/tigervnc
tigervnc: fix build, build in parallel
This commit is contained in:
commit
d85bac1d78
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
|
||||
--disable-xwin --disable-xephyr --disable-kdrive --with-pic \
|
||||
--disable-xorgcfg --disable-xprint --disable-static \
|
||||
--disable-composite --disable-xtrap --enable-xcsecurity \
|
||||
--enable-composite --disable-xtrap --enable-xcsecurity \
|
||||
--disable-{a,c,m}fb \
|
||||
--disable-xwayland \
|
||||
--disable-config-dbus --disable-config-udev --disable-config-hal \
|
||||
@ -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 New Issue
Block a user