mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
tigervnc: fix build via not applying a patch
It's in our standard xorg-server now.
This commit is contained in:
parent
6e5c003f42
commit
21f36d7316
|
@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
|||
do
|
||||
patch -p1 < $a
|
||||
done
|
||||
patch -p1 < ../xserver113.patch
|
||||
autoreconf -vfi
|
||||
./configure $configureFlags --disable-xinerama --disable-xvfb --disable-xnest --disable-xorg --disable-dmx --disable-dri --disable-dri2 --disable-glx --prefix="$out"
|
||||
make TIGERVNC_SRCDIR=`pwd`/../..
|
||||
|
|
Loading…
Reference in a new issue