forked from lix-project/hydra
Get rid of now obsolte LD_PRELOAD hack
This commit is contained in:
parent
2beb1f5405
commit
3bc5252c80
|
@ -345,9 +345,6 @@
|
||||||
export LOGNAME=''${LOGNAME:-foo}
|
export LOGNAME=''${LOGNAME:-foo}
|
||||||
# set $HOME for bzr so it can create its trace file
|
# set $HOME for bzr so it can create its trace file
|
||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
|
|
||||||
export NIX_REDIRECTS=/etc/protocols=${iana-etc}/etc/protocols
|
|
||||||
export LD_PRELOAD="${pkgs.libredirect}/lib/libredirect.so"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue