This website requires JavaScript.
Explore
Help
Sign In
philipp
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Activity
9948a92f69
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 23:22:06 +01: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 21:52:13 +01:00
}
Reference in a new issue
Copy permalink