nixpkgs/pkgs/by-name/di
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
..
diagnostic-languageserver diagnostic-languageserver: migrate from mkYarnPackage 2024-08-03 22:21:47 -04:00
diagrams-as-code diagrams-as-code: fix build failure due to pyyaml constraint (#343308) 2024-09-21 00:09:35 +02:00
dialog treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
didder
diesel-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
diesel-cli-ext
diffedit3 diffedit3: init at 0.4.0 2024-05-14 07:30:40 -05:00
digestpp digestpp: init at 0-unstable-2023-11-07 2024-03-25 18:19:37 +00:00
digikam digikam: fix wayland platform support 2024-08-09 11:25:48 -04:00
dillo treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
dillong dillong: refactor 2024-05-10 07:47:04 +00:00
dim treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dipc dipc: init at 1.0.0 2024-03-25 21:29:15 +01:00
dippi dippi: 4.0.6 -> 4.1.0 2024-08-25 22:14:12 +08:00
dirbuster
direnv pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
disarchive treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
discord-gamesdk treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
discordchatexporter-cli maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
discover-overlay discover-overlay: 0.7.4 -> 0.7.8 2024-08-29 19:05:14 +00:00
disk-filltest
disko disko: depend on nixos-install directly (#342320) 2024-09-21 14:42:58 +02:00
dispad pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
displaycal displaycal: use python311 for wxPython compat 2024-07-09 21:52:08 +07:00
dissent dissent: fix /usr/bin path 2024-09-18 18:38:27 +09:00
distribution distribution: 3.0.0-alpha.1 -> 3.0.0-beta.1 2024-07-11 11:10:34 +02:00
distrobox-tui distrobox-tui: init at 0.1.0 2024-08-07 20:33:50 +05:30
dita-ot dita-ot: init at version 4.2.3 2024-07-25 10:58:02 +02:00