Old versioning syntax (fixed)
svn path=/nixpkgs/trunk/; revision=10365
This commit is contained in:
parent
6e74bb5974
commit
9c2fdf8217
|
@ -4031,7 +4031,7 @@ rec {
|
||||||
inherit cmake mesa gettext freetype SDL libtiff fetchurl glibc scons x11 lib
|
inherit cmake mesa gettext freetype SDL libtiff fetchurl glibc scons x11 lib
|
||||||
libjpeg libpng zlib /* smpeg sdl */;
|
libjpeg libpng zlib /* smpeg sdl */;
|
||||||
inherit (xlibs) inputproto libXi;
|
inherit (xlibs) inputproto libXi;
|
||||||
python = python_alts.v_2_5;
|
python = builtins.getAttr "2.5" python_alts;
|
||||||
freealut = freealut_soft;
|
freealut = freealut_soft;
|
||||||
openal = openalSoft;
|
openal = openalSoft;
|
||||||
stdenv = stdenvUsingSetupNew2;
|
stdenv = stdenvUsingSetupNew2;
|
||||||
|
|
Loading…
Reference in New Issue