nixpkgs/pkgs/development/interpreters/python/2.7
Eelco Dolstra 4a5042a1a1 * Python recompiles a Python if the mtime stored *in* the pyc/pyo file
differs from the mtime of the source file.  This doesn't work in Nix
  because Nix changes the mtime of files in the Nix store to 1.  So
  treat that as a special case.

  Yes, this should make Python programs faster.

svn path=/nixpkgs/branches/modular-python/; revision=25387
2011-01-04 15:10:03 +00:00
..
default.nix * Python recompiles a Python if the mtime stored *in* the pyc/pyo file 2011-01-04 15:10:03 +00:00
modules.nix * Build those Python modules in the Python distribution that require 2011-01-03 16:25:11 +00:00
nix-store-mtime.patch * Python recompiles a Python if the mtime stored *in* the pyc/pyo file 2011-01-04 15:10:03 +00:00
search-path.patch
setup-hook.sh