add python 2.5 to all-packages.nix
svn path=/nixpkgs/trunk/; revision=9085
This commit is contained in:
parent
822a3e4ead
commit
4cdef6e368
@ -956,6 +956,10 @@ rec {
|
||||
inherit fetchurl stdenv zlib bzip2;
|
||||
};
|
||||
|
||||
python25 = import ../development/interpreters/python/2.5 {
|
||||
inherit fetchurl stdenv zlib bzip2;
|
||||
};
|
||||
|
||||
realPerl = import ../development/interpreters/perl {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user