nixpkgs/pkgs/development/interpreters/python
Eelco Dolstra c1eb464f3c * Build those Python modules in the Python distribution that require
additional dependencies (e.g. SQLite, X11, or Tcl/Tk) outside the
  main Python package (i.e., pythonBase).  This makes pythonFull
  unnecessary: you can just pass the additional modules as
  buildInputs to packages that require them, e.g.

    buildInputs = [ pythonModules.sqlite3 ];

svn path=/nixpkgs/branches/modular-python/; revision=25364
2011-01-03 16:25:11 +00:00
..
2.4 Added "python-$version-wrapper" expression. 2010-08-16 17:03:35 +00:00
2.6 Added "python-$version-wrapper" expression. 2010-08-16 17:03:35 +00:00
2.7 * Build those Python modules in the Python distribution that require 2011-01-03 16:25:11 +00:00
3.1 Added "python-$version-wrapper" expression. 2010-08-16 17:03:35 +00:00
wrapper.nix pkgs/development/interpreters/python/wrapper.nix: clean up debug code 2010-08-17 10:17:32 +00:00