nixpkgs/pkgs/development/interpreters/python/default.nix
Yury G. Kudryashov 85ebf00cab Changed version-related syntax in python, gettext and ocaml
svn path=/nixpkgs/branches/stdenv-updates/; revision=9743
2007-11-17 15:19:03 +00:00

6 lines
112 B
Nix

args:
args.stdenv.lib.listOfListsToAttrs [
[ "2.4" (import ./2.4.nix args) ]
[ "2.5" (import ./2.5 args) ]
]