forked from mirrors/nixpkgs
* Make sure that zone.tab gets installed (NIXOS-56 regression).
svn path=/nixpkgs/branches/stdenv-updates/; revision=10967
This commit is contained in:
parent
f212e0380e
commit
57d4f03ba8
|
@ -7,6 +7,9 @@ source $stdenv/setup
|
||||||
# Explicitly tell glibc to use our pwd, not /bin/pwd.
|
# Explicitly tell glibc to use our pwd, not /bin/pwd.
|
||||||
export PWD_P=$(type -tP pwd)
|
export PWD_P=$(type -tP pwd)
|
||||||
|
|
||||||
|
# Needed to install share/zoneinfo/zone.tab.
|
||||||
|
export BASH_SHELL=$SHELL
|
||||||
|
|
||||||
|
|
||||||
preConfigure=preConfigure
|
preConfigure=preConfigure
|
||||||
preConfigure() {
|
preConfigure() {
|
||||||
|
|
Loading…
Reference in a new issue