mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
parent
1174fd6678
commit
40799fc06d
7 changed files with 11 additions and 11 deletions
|
@ -1306,7 +1306,7 @@ for example:
|
|||
] ++ lib.optionals (pythonAtLeast "3.8") [
|
||||
# broken due to python3.8 async changes
|
||||
"async"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# can fail when building with other packages
|
||||
"socket"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue