about summary refs log tree commit diff
path: root/pkgs/development/libraries/gettext/0.14.6.nix
blob: bceacd318ec6dec3ca87cc5037e79214fae18337 (plain) (blame)
1
2
3
4
5
6
7
8
9
args: with args;
stdenv.mkDerivation {
  name = "gettext-0.14.6";
  src = fetchurl {
    url = mirror://gnu/gettext/gettext-0.14.6.tar.gz;
    md5 = "c26fc7f0a493c5c7c39bbc4e7ed42790";
  };
  configureFlags = "--disable-csharp";
}