mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 08:04:14 +00:00
9 lines
181 B
Bash
9 lines
181 B
Bash
|
addAdaObjectsPath() {
|
||
|
local role_post
|
||
|
getHostRoleEnvHook
|
||
|
|
||
|
addToSearchPath "GPR_PROJECT_PATH${role_post}" "$1/share/gpr"
|
||
|
}
|
||
|
|
||
|
addEnvHooks "$targetOffset" addAdaObjectsPath
|