6b9ccbaf78
* setup.sh: removed some obsolete features, specifically some that were only used by the old build farm. * addToSearchPath: removed some parameters that weren't used anywhere. svn path=/nixpkgs/branches/stdenv-updates/; revision=15136
6 lines
110 B
Bash
6 lines
110 B
Bash
addPerlLibPath () {
|
|
addToSearchPath PERL5LIB $1/lib/site_perl
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addPerlLibPath)
|