Removed v_*_* getVersion syntax

svn path=/nixpkgs/branches/stdenv-updates/; revision=9849
This commit is contained in:
Yury G. Kudryashov 2007-12-03 23:33:53 +00:00
parent c05319d084
commit 1999146768

View file

@ -1099,7 +1099,7 @@ rec {
qcmm = import ../development/compilers/qcmm {
lua = lua4;
ocaml = ocaml_alts.v_3_08_0;
ocaml = builtins.getAttr "3.08.0" ocaml_alts;
inherit fetchurl stdenv mk noweb groff;
};
@ -1212,7 +1212,7 @@ rec {
pyrexFun = lib.sumArgs (import ../development/interpreters/pyrex) {
inherit fetchurl stdenv stringsWithDeps lib builderDefs;
python = python_alts.v_2_5;
python = builtins.getAttr "2.5" python_alts;
};
pyrex = pyrexFun {
@ -3851,7 +3851,7 @@ rec {
pythonmagick = import ../applications/graphics/PythonMagick {
inherit fetchurl stdenv pkgconfig imagemagick boost;
python = python_alts.v_2_5;
python = builtins.getAttr "2.5" python_alts;
};
ratpoison = import ../applications/window-managers/ratpoison {