buildFHSEnv: export TZDIR

This is needed since NixOS keeps tzdata in non-standard /etc/zoneinfo path.
This commit is contained in:
Nikolay Amiantov 2018-02-14 15:03:59 +03:00
parent cc1820322a
commit 9db2a3e638

View file

@ -52,6 +52,7 @@ let
export LOCALE_ARCHIVE='/usr/lib/locale/locale-archive'
export LD_LIBRARY_PATH='/run/opengl-driver/lib:/run/opengl-driver-32/lib:/usr/lib:/usr/lib32'
export PATH='/run/wrappers/bin:/usr/bin:/usr/sbin'
export TZDIR='/etc/zoneinfo'
# Force compilers and other tools to look in default search paths
unset NIX_ENFORCE_PURITY