1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-16 18:03:22 +00:00
nixpkgs/pkgs/development/interpreters/python/cpython/2.7
Frederik Rietdijk f665828fa3 Python: improve cross-compilation
This changeset allows for cross-compilation of Python packages. Packages
built with buildPythonPackage are not allowed to refer to the build
machine. Executables that have shebangs will refer to the host.
2019-01-04 10:45:22 +01:00
..
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 treewide: remove paxutils from stdenv 2018-12-22 12:55:05 +01:00
cross-compile.patch Enable cross compilation for cpython 2.7 (#50245) 2018-11-15 19:36:03 +01:00
default.nix Python: improve cross-compilation 2019-01-04 10:45:22 +01:00
deterministic-build.patch
nix-store-mtime.patch
no-ldconfig.patch
python-2.7-distutils-C++.patch
search-path.patch
type_getattro.patch Add type_getattro.patch because it is no longer downloadable (#43130) 2018-07-06 23:39:39 +00:00
use-correct-tcl-tk-on-darwin.patch