tigervnc: fix vncserver

vncserver of tigervnc doesn't start because xauth is missing from $PATH
This commit is contained in:
Ingo Blechschmidt 2020-04-13 05:54:01 +02:00 committed by Jörg Thalheim
parent 2e69baf8e2
commit 4fb8fab4d6
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
rm -f $out/lib/xorg/protocol.txt
wrapProgram $out/bin/vncserver \
--prefix PATH : ${stdenv.lib.makeBinPath (with xorg; [ xterm twm xsetroot ]) }
--prefix PATH : ${stdenv.lib.makeBinPath (with xorg; [ xterm twm xsetroot xauth ]) }
'';
buildInputs = with xorg; [