mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
treewide: replace stdenv.is
in non nix files (#344342)
This commit is contained in:
commit
f678d0b777
7 changed files with 12 additions and 9 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.buildPlatform.isDarwin [
|
||||
# can fail when building with other packages
|
||||
"socket"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue