tor-browser-bundle: set default value for XAUTHORITY

XAUTHORITY is not set on systems using wayland. Therefore set a
default value for XAUTHORITY.
This commit is contained in:
Kai Harries 2019-06-04 20:52:06 +02:00
parent 0fef9f89e4
commit ceee963080

View file

@ -280,7 +280,7 @@ stdenv.mkDerivation rec {
TZ=":" \
\
DISPLAY="\$DISPLAY" \
XAUTHORITY="\$XAUTHORITY" \
XAUTHORITY="\''${XAUTHORITY:-}" \
DBUS_SESSION_BUS_ADDRESS="\$DBUS_SESSION_BUS_ADDRESS" \
\
HOME="\$HOME" \