Merge pull request #27462 from jameysharp/patch-1

build-fhs-userenv: Propagate $XAUTHORITY

authored by Jörg Thalheim and committed by GitHub e4af2d60 26f85e42

+1
+1
pkgs/build-support/build-fhs-userenv/chroot-user.rb
··· 16 16 # Propagate environment variables 17 17 envvars = [ 'TERM', 18 18 'DISPLAY', 19 + 'XAUTHORITY', 19 20 'HOME', 20 21 'XDG_RUNTIME_DIR', 21 22 'LANG',