* Lots of updates, especially GTK and X libraries.

svn path=/nixpkgs/trunk/; revision=3193
This commit is contained in:
Eelco Dolstra
2005-06-17 11:43:15 +00:00
parent 32d7a746a2
commit b8bae3582b
16 changed files with 48 additions and 50 deletions

View File

@@ -1,8 +1,8 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
name = "gettext-0.14";
name = "gettext-0.14.5";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/gettext-0.14.tar.gz;
md5 = "e715be150bbe32439ae68fab32df0299";
url = ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.14.5.tar.gz;
md5 = "e2f6581626a22a0de66dce1d81d00de3";
};
configureFlags = "--disable-csharp";
}