mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
8 lines
178 B
Bash
8 lines
178 B
Bash
gettextDataDirsHook() {
|
|
if [ -d "$1/share/gettext" ]; then
|
|
addToSearchPath GETTEXTDATADIRS "$1/share/gettext"
|
|
fi
|
|
}
|
|
|
|
addEnvHooks "$hostOffset" gettextDataDirsHook
|