summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-07-21 20:36:34 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-07-21 20:36:34 -0500
commit6a004bf9c896e7570f85ba9296b51ff90a545842 (patch)
treebc7cc568283165c2f205d2bda568a148381a532d /pkgs/build-support
parentbec5797290754fa783b77a49149254417cde1344 (diff)
parent827b0e1b815772458954e330327dcd7491ec485d (diff)
downloadnixlib-6a004bf9c896e7570f85ba9296b51ff90a545842.tar
nixlib-6a004bf9c896e7570f85ba9296b51ff90a545842.tar.gz
nixlib-6a004bf9c896e7570f85ba9296b51ff90a545842.tar.bz2
nixlib-6a004bf9c896e7570f85ba9296b51ff90a545842.tar.lz
nixlib-6a004bf9c896e7570f85ba9296b51ff90a545842.tar.xz
nixlib-6a004bf9c896e7570f85ba9296b51ff90a545842.tar.zst
nixlib-6a004bf9c896e7570f85ba9296b51ff90a545842.zip
Merge branch 'master' into bugfix/staging/stdenv
Diffstat (limited to 'pkgs/build-support')
-rwxr-xr-xpkgs/build-support/build-fhs-userenv/chroot-user.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/build-fhs-userenv/chroot-user.rb b/pkgs/build-support/build-fhs-userenv/chroot-user.rb
index 11f672acb9ff..833aab16ceb1 100755
--- a/pkgs/build-support/build-fhs-userenv/chroot-user.rb
+++ b/pkgs/build-support/build-fhs-userenv/chroot-user.rb
@@ -16,6 +16,7 @@ mounts = { '/' => 'host',
 # Propagate environment variables
 envvars = [ 'TERM',
             'DISPLAY',
+            'XAUTHORITY',
             'HOME',
             'XDG_RUNTIME_DIR',
             'LANG',