build LocaleGettext on darwin

This commit is contained in:
Joel Taylor 2015-03-10 10:09:41 -07:00
parent 4b58636c0d
commit 7711446298
1 changed files with 2 additions and 0 deletions

View File

@ -5104,6 +5104,8 @@ let self = _self // overrides; _self = with self; {
LocaleGettext = buildPerlPackage {
name = "LocaleGettext-1.05";
buildInputs = [ pkgs.gettext ];
NIX_CFLAGS_LINK = "-lintl";
src = fetchurl {
url = mirror://cpan/authors/id/P/PV/PVANDRY/gettext-1.05.tar.gz;
sha256 = "15262a00vx714szpx8p2z52wxkz46xp7acl72znwjydyq4ypydi7";