Merge pull request #62676 from KaiHa/tor-browser-xauthority
tor-browser-bundle: set default value for XAUTHORITY
This commit is contained in:
commit
6500ab9e61
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ stdenv.mkDerivation rec {
|
|||
TZ=":" \
|
||||
\
|
||||
DISPLAY="\$DISPLAY" \
|
||||
XAUTHORITY="\$XAUTHORITY" \
|
||||
XAUTHORITY="\''${XAUTHORITY:-}" \
|
||||
DBUS_SESSION_BUS_ADDRESS="\$DBUS_SESSION_BUS_ADDRESS" \
|
||||
\
|
||||
HOME="\$HOME" \
|
||||
|
|
Loading…
Reference in a new issue