nixpkgs/pkgs/by-name/fr
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
..
fragments fragments: 3.0.0 -> 3.0.1 2024-08-26 22:06:18 +08:00
framework-tool framework-tool: unstable-2023-11-14 -> 0.1.0-unstable-2024-06-14 2024-06-23 16:21:33 +02:00
frankenphp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
free42 treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
freecad treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
freecell-solver freecell-solver: 6.10.0 -> 6.12.0 2024-06-30 12:25:27 +00:00
freefilesync lib/licenses: remove libssh2 equivalent to bsd3 2024-08-11 17:44:59 +02:00
freenet pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
freeplane freeplane: convert to gradle setup hook 2024-07-12 21:36:21 +07:00
freesasa freesasa: init at 2.1.2 2024-07-26 23:18:37 +09:00
french-numbers treewide: remove unused occurence of stdenv (and other) arguments 2024-07-14 04:32:56 +02:00
frequest treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
fretboard treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
friture friture: 0.49-unstable-2024-06-02 -> 0.51 2024-09-09 01:16:40 +08:00
fritz-exporter fritz-exporter: relax defusedxml constraint 2024-06-24 12:18:23 +02:00