nixpkgs/pkgs/development/libraries/gettext/gettext-setup-hook.sh

8 lines
178 B
Bash
Raw Normal View History

gettextDataDirsHook() {
if [ -d "$1/share/gettext" ]; then
addToSearchPath GETTEXTDATADIRS "$1/share/gettext"
fi
}
2018-01-06 13:32:30 +00:00
addEnvHooks "$hostOffset" gettextDataDirsHook