nixpkgs/pkgs/by-name/im
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
..
imageworsener imageworsener: fix tests 2024-07-08 18:25:21 +01:00
imgbrd-grabber imgbrd-grabber: fix build 2024-08-08 20:21:40 +02:00
imgpkg imgpkg: init at 0.43.1 2024-09-23 17:02:25 +02:00
imhex imhex: 1.35.3 -> 1.35.4 2024-08-30 12:04:00 +02:00
immersed-vr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
immich immich-cli: 2.2.15 -> 2.2.19 2024-09-23 22:38:01 +02:00
immich-cli immich-cli: 2.2.15 -> 2.2.19 2024-09-23 22:38:01 +02:00
immich-go immich-go: 1.21.3 -> 0.22.0 2024-08-27 10:51:15 +00:00
imnodes treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
impala impala: 0.2.1 -> 0.2.3 2024-09-04 00:40:27 +00:00
implot treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
imposm imposm: 0.13.2 -> 0.14.0 2024-07-22 14:52:23 +00:00
impression
imsprog imsprog: 1.4.2 -> 1.4.3 2024-07-26 15:27:37 +00:00