Updating from trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=22254
This commit is contained in:
Lluís Batlle i Rossell
2010-06-14 09:28:10 +00:00
212 changed files with 4513 additions and 3738 deletions

View File

@@ -3,11 +3,11 @@
{ stdenv, fetchurl, libiconv }:
stdenv.mkDerivation (rec {
name = "gettext-0.18";
name = "gettext-0.18.1.1";
src = fetchurl {
url = "mirror://gnu/gettext/${name}.tar.gz";
sha256 = "1rbgm6sxgq218pridn2vji5nlj3hdf4vs75rz00wc0wcw4fjqd02";
sha256 = "1sa3ch12qxa4h3ya6hkz119yclcccmincl9j20dhrdx5mykp3b4k";
};
configureFlags = "--disable-csharp";