nixpkgs-suyu/pkgs/development/interpreters/python/2.7
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
..
default.nix * Python 2.7.1. 2011-01-03 15:52:48 +00:00
modules.nix * Build those Python modules in the Python distribution that require 2011-01-03 16:25:11 +00:00
search-path.patch Added Python version 2.7. 2010-08-11 15:49:03 +00:00
setup-hook.sh pkgs/development/interpreters/python/2.7/setup-hook.sh: fixed incorrect version number 2010-08-11 17:05:44 +00:00