python37: fix darwin build
This commit is contained in:
parent
92a6feca0a
commit
0c4595a9b6
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ in stdenv.mkDerivation {
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./no-ldconfig.patch
|
./no-ldconfig.patch
|
||||||
|
|
||||||
|
# Fix darwin build https://bugs.python.org/issue34027
|
||||||
|
(fetchpatch {
|
||||||
|
url = https://bugs.python.org/file47666/darwin-libutil.patch;
|
||||||
|
sha256 = "0242gihnw3wfskl4fydp2xanpl8k5q7fj4dp7dbbqf46a4iwdzpa";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue