Added "python-$version-wrapper" expression.

The python wrapper expression expects a list of Python modules, $extraLibs,
which are added to $PYTHONPATH before executing the actual Python interpreter.

svn path=/nixpkgs/trunk/; revision=23194
This commit is contained in:
Peter Simons
2010-08-16 17:03:35 +00:00
parent 42b5198e5b
commit 9670fca780
7 changed files with 40 additions and 12 deletions

View File

@@ -47,6 +47,7 @@ in
stdenv.mkDerivation ( {
name = "python-${version}";
inherit majorVersion version;
src = fetchurl {
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";