nixpkgs/pkgs/by-name/fi
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
..
fichub-cli fichub-cli: init at 0.10.3 2024-07-20 13:48:04 -07:00
fido2luks pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
figurine
fil-plugins FIL-plugins: rename to fil-plugins 2024-06-16 16:51:19 +02:00
file-roller file-roller: Move from gnome scope to top-level 2024-07-01 08:26:44 +02:00
filebot filebot: 5.1.4 -> 5.1.5 2024-08-23 23:10:48 +02:00
fileinfo
files-cli files-cli: 2.13.133 -> 2.13.136 2024-09-17 07:28:36 +00:00
filesender filesender: 2.48 -> 2.49 2024-09-04 09:34:48 +00:00
filterpath filterpath: 1.0.1 -> 1.0.2 2024-08-14 04:28:07 +00:00
fim-rs treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
finamp finamp: 0.9.8-beta -> 0.9.9-beta 2024-07-22 11:39:15 +08:00
find-billy treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
fira fira: use version from fira-mono and update home page 2024-06-18 11:39:05 +02:00
fira-math pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
fira-mono fira-mono: 4.202 -> 3.2 2024-06-18 11:39:05 +02:00
fira-sans fira-sans: 4.202 -> 4.301 2024-06-18 11:39:05 +02:00
firecracker firecracker: 1.8.0 -> 1.9.0 2024-09-05 14:08:15 +02:00
firefly firefly: init at 1.4.3 2024-09-17 09:55:32 +02:00
firefly-iii treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
firefly-iii-data-importer firefly-iii-data-importer: 1.5.5 -> 1.5.6 2024-09-23 17:15:39 +05:30
firefoxpwa treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
fireplace maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
firewalk
fitsverify
fittrackee treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
five-or-more pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
fixjson fixjson: move out of node-packages 2024-06-30 16:23:19 -04:00