Removed v_*_* getVersion syntax
svn path=/nixpkgs/branches/stdenv-updates/; revision=9849
This commit is contained in:
parent
c05319d084
commit
1999146768
@ -1099,7 +1099,7 @@ rec {
|
|||||||
|
|
||||||
qcmm = import ../development/compilers/qcmm {
|
qcmm = import ../development/compilers/qcmm {
|
||||||
lua = lua4;
|
lua = lua4;
|
||||||
ocaml = ocaml_alts.v_3_08_0;
|
ocaml = builtins.getAttr "3.08.0" ocaml_alts;
|
||||||
inherit fetchurl stdenv mk noweb groff;
|
inherit fetchurl stdenv mk noweb groff;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1212,7 +1212,7 @@ rec {
|
|||||||
|
|
||||||
pyrexFun = lib.sumArgs (import ../development/interpreters/pyrex) {
|
pyrexFun = lib.sumArgs (import ../development/interpreters/pyrex) {
|
||||||
inherit fetchurl stdenv stringsWithDeps lib builderDefs;
|
inherit fetchurl stdenv stringsWithDeps lib builderDefs;
|
||||||
python = python_alts.v_2_5;
|
python = builtins.getAttr "2.5" python_alts;
|
||||||
};
|
};
|
||||||
|
|
||||||
pyrex = pyrexFun {
|
pyrex = pyrexFun {
|
||||||
@ -3851,7 +3851,7 @@ rec {
|
|||||||
|
|
||||||
pythonmagick = import ../applications/graphics/PythonMagick {
|
pythonmagick = import ../applications/graphics/PythonMagick {
|
||||||
inherit fetchurl stdenv pkgconfig imagemagick boost;
|
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 {
|
ratpoison = import ../applications/window-managers/ratpoison {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user