nixpkgs/pkgs/tools/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
..
android-backup-extractor treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
automysqlbackup treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
autorestic autorestic: 1.8.2 -> 1.8.3 2024-08-29 00:29:18 +00:00
awsbck treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bacula treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bakelite pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
bdsync pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
borgbackup treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
borgmatic treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
btar treewide: remove viric from meta.maintainers [orphans] 2024-07-28 11:48:51 -03:00
btrbk treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
bupstash treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
burp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
chunksync pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
conserve conserve: 23.11.0 -> 24.8.0 2024-09-21 17:31:42 +02:00
dar treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dedup
dirvish
diskrsync treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
dump
duplicacy treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
duplicity treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
duply pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
easysnap
fabs
flockit treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
gamerbackup
gh2md treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
gphotos-sync treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
gyb gyb: 1.81 -> 1.82 2024-08-09 21:59:02 +00:00
hpe-ltfs
httrack treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
iceshelf treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
kopia kopia: 0.16.1 -> 0.17.0 2024-04-16 10:28:20 +00:00
luckybackup treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lvmsync treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
mastodon-archive treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
monolith treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mt-st pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
mtx pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
mydumper
mylvmbackup treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
partclone partclone: 0.3.31 -> 0.3.32 2024-07-15 17:05:20 +00:00
partimage pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
percona-xtrabackup treewide: fix uses of finalAttrs.pname in urls 2024-07-23 12:48:10 -04:00
pgbackrest pgbackrest: 2.53 -> 2.53.1 2024-08-19 17:17:24 +00:00
pyznap treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
rdedup treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rdiff-backup rdiff-backup: add meta.mainProgram 2024-09-17 22:00:57 +02:00
rdup treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
restic restic: 0.17.0 -> 0.17.1 2024-09-05 17:34:25 -04:00
rotate-backups treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
rsbep
rsnapshot treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
s3ql s3ql: 5.1.3 -> 5.2.1 2024-08-02 00:55:46 +02:00
sanoid treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
sigtop sigtop: 0.11.0 -> 0.12.0 2024-07-30 13:11:41 +02:00
stenc pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
store-backup treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
tarsnap treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tarsnapper tarsnapper: drop nose dependency 2024-08-18 14:19:25 +02:00
ugarit treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ugarit-manifest-maker treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
wal-g wal-g: 3.0.0 -> 3.0.3 2024-08-09 03:14:00 +00:00
zbackup treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
zfs-autobackup treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
zfs-prune-snapshots treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
zfs-replicate treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
zfsbackup treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
zfsnap treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
znapzend
zrepl treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00