doc/python: correct platform conditional
This commit is contained in:
@@ -1306,7 +1306,7 @@ for example:
|
|||||||
] ++ lib.optionals (pythonAtLeast "3.8") [
|
] ++ lib.optionals (pythonAtLeast "3.8") [
|
||||||
# broken due to python3.8 async changes
|
# broken due to python3.8 async changes
|
||||||
"async"
|
"async"
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
] ++ lib.optionals stdenv.buildPlatform.isDarwin [
|
||||||
# can fail when building with other packages
|
# can fail when building with other packages
|
||||||
"socket"
|
"socket"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user