mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
perl: use $hostOffset instead of $targetOffset in cross setup hook
This commit is contained in:
parent
d61f1a4a5f
commit
d7e3e03558
|
@ -9,4 +9,4 @@ addPerlLibPath () {
|
|||
addToSearchPath PERL5LIB $1/lib/perl5/site_perl/@version@/@runtimeArch@
|
||||
}
|
||||
|
||||
addEnvHooks "$targetOffset" addPerlLibPath
|
||||
addEnvHooks "$hostOffset" addPerlLibPath
|
||||
|
|
Loading…
Reference in a new issue