treewide: replace stdenv.is in non nix files

Continuing e0464e4788
This commit is contained in:
Artturin
2024-09-27 19:07:45 +03:00
parent 1174fd6678
commit 40799fc06d
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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"
];