mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
tor-browser-bundle-bin: allow unset XAUTHORITY
Apparently this can happen on e.g., fedora. Closes https://github.com/NixOS/nixpkgs/issues/38671
This commit is contained in:
parent
33615ccfa5
commit
9df35787f1
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ stdenv.mkDerivation rec {
|
|||
\
|
||||
TMPDIR="\''${TMPDIR:-/tmp}" \
|
||||
HOME="\$HOME" \
|
||||
XAUTHORITY="\$XAUTHORITY" \
|
||||
XAUTHORITY="\''${XAUTHORITY:-}" \
|
||||
DISPLAY="\$DISPLAY" \
|
||||
DBUS_SESSION_BUS_ADDRESS="\$DBUS_SESSION_BUS_ADDRESS" \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue