acd32a4caf
The Python interpreters are patched so they can build .pyc bytecode free of certain indeterminism. When building Python packages we currently set ``` compiling python files. in nix store. DETERMINISTIC_BUILD=1; PYTHONHASHSEED = 0; ``` Instead if setting these environment variables in the function that builds the package, this commit sets the variables instead in the Python setup hook. That way, whenever Python is included in a derivation, these variables are set. See also the issue https://github.com/NixOS/nixpkgs/issues/25707. |
||
---|---|---|
.. | ||
2.5.2-ctypes-util-find_library.patch | ||
2.5.2-tkinter-x11.patch | ||
2.6.2-ssl-threads.patch | ||
2.6.5-export-PySignal_SetWakeupFd.patch | ||
2.6.5-FD_SETSIZE.patch | ||
2.6.5-ncurses-abi6.patch | ||
2.7.3-dbm.patch | ||
2.7.3-dylib.patch | ||
2.7.3-getpath-exe-extension.patch | ||
2.7.3-no-libm.patch | ||
boot.nix | ||
default.nix | ||
deterministic-build.patch | ||
glibc-2.25-enosys.patch | ||
nix-store-mtime.patch | ||
no-ldconfig.patch | ||
properly-detect-curses.patch | ||
python-2.7-distutils-C++.patch | ||
search-path.patch |