mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03: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
|