python37: fix darwin build

This commit is contained in:
Daiderd Jordan 2018-07-02 23:54:19 +02:00
parent 92a6feca0a
commit 0c4595a9b6
No known key found for this signature in database
GPG key ID: D02435D05B810C96

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 = ''