* 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
@@ -3,10 +3,10 @@
assert libxml2 != null;
stdenv.mkDerivation {
name = "libxslt-1.1.12";
name = "libxslt-1.1.14";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libxslt-1.1.12.tar.gz;
md5 = "cf82a767c016ff1668d1c295c47ae700";
url = ftp://xmlsoft.org/libxslt-1.1.14.tar.gz;
md5 = "db71660bb7d01ccd4e6be990af8d813b";
};
buildInputs = [libxml2];
}