tigervnc: fix vncserver

vncserver of tigervnc doesn't start because xauth is missing from $PATH
gstqt5
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
1 changed files with 1 additions and 1 deletions

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; [