nixpkgs/pkgs/by-name/da
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
..
dap treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
dapr-cli pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
dark-mode-notify
darklua treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
darktable treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
darling-dmg treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dart-sass dart-sass: reformat with nixfmt-rfc-style 2024-06-18 23:48:44 -03:00
das das: relax defusedxml 2024-08-17 12:26:44 +02:00
databricks-cli databricks-cli: init at 0.227.0 2024-08-26 11:24:34 +02:00
dataexplorer dataexplorer: 3.8.5 -> 3.9.0, move to by-name 2024-07-20 02:35:54 +02:00
datatrove datatrove: init at 0.2.0 2024-06-02 20:49:41 +02:00
davis treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
daytona-bin treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00