This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7f91ba32ec
nixpkgs
/
pkgs
/
development
/
interpreters
/
python
/
default.nix
6 lines
92 B
Nix
Raw
Normal View
History
Unescape
Escape
Let user to choose python2.4 or python2.5 Currently, there is some code duplication. I'll try to rewrite it without modifying resulting derivations. svn path=/nixpkgs/trunk/; revision=9670
2007-11-14 14:22:06 -08:00
args
:
rec
{
default
=
v_2_4
;
v_2_4
=
import
./2.4.nix
args
;
v_2_5
=
import
./2.5
args
;
* Added some missing semicolons. * Some packages needed for the Subversion server. svn path=/nixpkgs/trunk/; revision=586
2003-12-21 12:52:13 -08:00
}