nixpkgs/pkgs/by-name/do
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
..
docfd treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
docker-credential-gcr pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
docopts pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
doctoc doctoc: init at 2.2.0 2024-06-22 01:24:52 -07:00
docuum treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
doge doge: 3.7.0 -> 3.8.0 2024-03-19 12:19:41 +01:00
dogedns treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
doggo doggo: 0.5.7 -> 1.0.4 2024-07-06 12:22:33 +02:00
donpapi treewide: remove pythonRelaxDepsHook references 2024-06-14 14:52:00 +02:00
dooit dooit: format 2024-07-30 00:42:53 -05:00
doomretro doomretro: 5.4 -> 5.5.1 2024-08-14 23:19:46 -03:00
door-knocker door-knocker: 0.4.4 -> 0.5.0 2024-05-10 06:20:23 +00:00
dopamine dopamine: 3.0.0-preview.33 -> 3.0.0-preview.34 2024-09-22 21:25:50 +00:00
dopewars dopewars: init at 1.6.2 2024-02-04 23:02:10 +01:00
doppler pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
dorion treewide: adopt some unmaintained GTK packages 2024-09-14 21:07:29 +08:00
dosbox-staging treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dotbot treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
dotenv-cli dotenv-cli: remove usage of mkYarnPackage 2024-08-02 23:57:05 -04:00
dotenvx dotenvx: 1.14.0 -> 1.14.1 2024-09-22 03:25:28 +00:00
dotenvy dotenvy: init at 0.15.7 2024-05-29 09:51:48 -07:00
dotnet-outdated treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
dotslash dotslash: 0.3.0 -> 0.4.1 2024-04-15 17:04:52 -05:00
dotter treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
doublecmd doublecmd: 1.1.17 -> 1.1.18 2024-09-22 00:45:34 +00:00
dovecot_exporter pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
downonspot downonspot: 0.5.1 -> 0.6.0 2024-08-27 00:44:14 +00:00