pythonInterpreters.pypy27_prebuilt: add support to darwin

This commit is contained in:
Thiago Kenji Okada
2023-01-07 21:11:49 +00:00
parent 3d440c1c1e
commit 40db51d563
2 changed files with 33 additions and 24 deletions
@@ -296,6 +296,8 @@ in {
sha256 = {
aarch64-linux = "sha256-6pJNod7+kyXvdg4oiwT5hGFOQFWA9TIetqXI9Tm9QVo=";
x86_64-linux = "sha256-uo7ZWKkFwHNaTP/yh1wlCJlU3AIOCH2YKw/6W52jFs0=";
aarch64-darwin = "sha256-zFaWq0+TzTSBweSZC13t17pgrAYC+hiQ02iImmxb93E=";
x86_64-darwin = "sha256-Vt7unCJkD1aGw1udZP2xzjq9BEWD5AePCxccov0qGY4=";
}.${stdenv.system};
pythonVersion = "2.7";
inherit passthruFun;