* Lots of updates, especially GTK and X libraries.
svn path=/nixpkgs/trunk/; revision=3193
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
assert zlibSupport -> zlib != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "python-2.3.4";
|
||||
name = "python-2.4.1";
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/Python-2.3.4.tar.bz2;
|
||||
md5 = "a2c089faa2726c142419c03472fc4063";
|
||||
url = http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tar.bz2;
|
||||
md5 = "de3e9a8836fab6df7c7ce545331afeb3";
|
||||
};
|
||||
buildInputs = [
|
||||
(if zlibSupport then zlib else null)
|
||||
|
||||
Reference in New Issue
Block a user