nixpkgs/pkgs/applications/backup
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
..
deja-dup deja-dup: 45.2 → 46.1 2024-07-03 11:11:42 +02:00
ludusavi ludusavi: 0.24.3 -> 0.25.0 2024-08-19 14:34:42 +00:00
pika-backup pika-backup: 0.7.1 -> 0.7.2 2024-04-27 17:36:10 -07:00
proxmox-backup-client treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
restic-integrity restic-integrity: 1.3.0 -> 1.3.1 2024-08-02 17:23:31 +02:00
restique treewide: add mainProgram 2023-11-27 02:17:53 +01:00
timeshift treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
unifi-protect-backup treewide: remove pythonRelaxDepsHook references 2024-06-14 14:52:00 +02:00
urbackup-client Merge pull request #318432 from r-ryantm/auto-update/urbackup-client 2024-06-14 23:44:36 +02:00
vdmfec treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
vorta treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00