nixpkgs/pkgs/os-specific/darwin/apple-sdk-11.0
Artturin e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
..
apple_sdk.nix darwin.apple_sdk_11_0.frameworks.CoreVideo: switch to sed 2023-11-13 16:30:38 -05:00
cf-setup-hook.sh CoreFoundation: specify the tbd explicitly 2023-08-12 09:17:13 -04:00
default.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
frameworks.nix apple_sdk_11_0: generate frameworks.nix 2023-03-17 21:30:51 +01:00
libcharset.nix
libcompression.nix darwin.apple_sdk_11_0.libcompression: init at 11.0.0 2023-12-31 13:19:10 +11:00
libnetwork.nix
libobjc.nix
libpm.nix darwin.apple_sdk_11_0.libpm: init 2023-01-18 14:58:43 +01:00
libSystem.nix darwin.Libsystem: add missing Darwin.apinotes 2024-01-22 10:54:58 +01:00
libunwind.nix
private-frameworks.nix apple-sdk-11.0: add Apple80211 private framework 2023-11-02 14:56:59 -05:00