nixpkgs/pkgs/by-name/fo
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
..
folder-color-switcher pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
folio folio: 24.10 -> 24.11 2024-07-05 13:43:38 +00:00
fondo treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
font-manager font-manager: 0.8.9 -> 0.9.0 2024-07-09 09:36:15 -03:00
fontfor
foomatic-db foomatic-db: unstable-2024-05-04 -> unstable-2024-08-13 2024-08-14 07:30:17 +02:00
foomatic-db-engine
foomatic-db-nonfree
foomatic-db-ppds
foonathan-memory
footage footage: init at 1.3.2 2024-08-25 13:44:11 +02:00
footswitch pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
fooyin Merge pull request #331116 from pbsds/fix-finalattrs-docheck-1722356587 2024-08-01 14:58:44 +02:00
forbidden
forecast forecast: init at 0-unstable-2024-09-23 2024-09-24 21:45:38 +02:00
foreman foreman: move to by-name 2024-07-31 09:10:30 +02:00
forge-sparks
forgejo treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
forgejo-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
forgejo-runner forgejo-runner: 3.5.0 -> 3.5.1 2024-08-24 16:07:11 +02:00
fork-cleaner pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
formatjson5 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
fortune-kind treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
four-in-a-row pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00