myEnv: making it not to add -rpath /lib
NIX_LDFLAGS was left with "-rpath /lib", which is annoying on non-nixos.
This commit is contained in:
@@ -95,6 +95,8 @@ mkDerivation {
|
|||||||
phases=
|
phases=
|
||||||
# only do all the setup stuff in nix-support/*
|
# only do all the setup stuff in nix-support/*
|
||||||
set +e
|
set +e
|
||||||
|
# This prevents having -rpath /lib in NIX_LDFLAGS
|
||||||
|
export NIX_NO_SELF_RPATH=1
|
||||||
if [[ -z "\$ZSH_VERSION" ]]; then
|
if [[ -z "\$ZSH_VERSION" ]]; then
|
||||||
source "$s"
|
source "$s"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user