1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gettext: Don't use envHooks anymore

This commit is contained in:
Sarah Brofeldt 2018-01-06 14:32:30 +01:00
parent aa3fa39e5c
commit 95ecb1f203

View file

@ -4,4 +4,4 @@ gettextDataDirsHook() {
fi
}
envHooks+=(gettextDataDirsHook)
addEnvHooks "$hostOffset" gettextDataDirsHook