mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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
|
||||
libjpeg libpng zlib /* smpeg sdl */;
|
||||
inherit (xlibs) inputproto libXi;
|
||||
python = python_alts.v_2_5;
|
||||
python = builtins.getAttr "2.5" python_alts;
|
||||
freealut = freealut_soft;
|
||||
openal = openalSoft;
|
||||
stdenv = stdenvUsingSetupNew2;
|
||||
|
|
Loading…
Reference in a new issue