Add type_getattro.patch because it is no longer downloadable (#43130)

See f2f7c4287f
This commit is contained in:
Orivej Desh
2018-07-06 23:39:39 +00:00
committed by Orivej Desh (NixOS)
parent 96305ca6f2
commit fb36c7acff
2 changed files with 63 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ let
# https://github.com/python/cpython/pull/6118
(fetchpatch {
name = "type_getattro.patch";
url = "https://github.com/python/cpython/pull/6118/commits/8c6da2d7e7e719c40fb539b7f7cb7583cccc5527.patch";
url = "file://${./type_getattro.patch}";
sha256 = "11v9yx20hs3jmw0wggzvmw39qs4mxay4kb8iq2qjydwy9ya61nrd";
})
] ++ optionals (x11Support && stdenv.isDarwin) [