about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2018-12-26 15:36:23 -0500
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-27 09:27:59 +0100
commit17648708130df10c5984af4d252f3cfb001a1827 (patch)
treed28aaba4d1b02b3cb5020641b26aba9ed120b411 /pkgs/development/interpreters
parent31680c54e1efc73791376e09ef31290adf2c7da1 (diff)
downloadnixlib-17648708130df10c5984af4d252f3cfb001a1827.tar
nixlib-17648708130df10c5984af4d252f3cfb001a1827.tar.gz
nixlib-17648708130df10c5984af4d252f3cfb001a1827.tar.bz2
nixlib-17648708130df10c5984af4d252f3cfb001a1827.tar.lz
nixlib-17648708130df10c5984af4d252f3cfb001a1827.tar.xz
nixlib-17648708130df10c5984af4d252f3cfb001a1827.tar.zst
nixlib-17648708130df10c5984af4d252f3cfb001a1827.zip
python37: fix darwin build
Remove issue24658 patch because is already fixed and backported to
Python 3.7 https://github.com/python/cpython/commit/178d1c07778553bf66e09fe0bb13796be3fb9abf
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/python/cpython/3.7/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/python/cpython/3.7/default.nix b/pkgs/development/interpreters/python/cpython/3.7/default.nix
index 800534e17d5a..a008be707c2c 100644
--- a/pkgs/development/interpreters/python/cpython/3.7/default.nix
+++ b/pkgs/development/interpreters/python/cpython/3.7/default.nix
@@ -74,8 +74,8 @@ in stdenv.mkDerivation {
     # only works for GCC and Apple Clang. This makes distutils to call C++
     # compiler when needed.
     (fetchpatch {
-      url = "https://bugs.python.org/file47669/python-3.8-distutils-C++.patch";
-      sha256 = "0s801d7ww9yrk6ys053jvdhl0wicbznx08idy36f1nrrxsghb3ii";
+      url = "https://bugs.python.org/file48016/python-3.x-distutils-C++.patch";
+      sha256 = "1h18lnpx539h5lfxyk379dxwr8m2raigcjixkf133l4xy3f4bzi2";
     })
   ];