Merge pull request #42894 from LnL7/darwin-python37

python37: fix darwin build
This commit is contained in:
Daiderd Jordan 2018-07-09 23:12:11 +02:00 committed by GitHub
commit 63aed85367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,12 @@ in stdenv.mkDerivation {
patches = [
./no-ldconfig.patch
# Fix darwin build https://bugs.python.org/issue34027
(fetchpatch {
url = https://bugs.python.org/file47666/darwin-libutil.patch;
sha256 = "0242gihnw3wfskl4fydp2xanpl8k5q7fj4dp7dbbqf46a4iwdzpa";
})
];
postPatch = ''