nixpkgs/pkgs/tools/archivers
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
..
7zz treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
afio afio: darwin build 2024-04-12 10:06:07 +10:00
arc_unpacker treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
arj treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
atool atool: add meta.mainProgram 2024-04-09 22:47:22 -05:00
bomutils
cabextract
cpio treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cromfs treewide: remove viric from meta.maintainers [orphans] 2024-07-28 11:48:51 -03:00
ctrtool ctrtool: 0.7 -> 1.2.0 2024-06-11 18:13:13 -04:00
dumpnar
fsarchiver treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
gbl treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gnutar treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
innoextract treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lha
maxcso
ndstool treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
p7zip treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pax treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
payload_dumper
payload-dumper-go treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
peazip peazip: 9.8.0 -> 9.9.1 2024-08-18 14:35:02 +00:00
pxattr treewide: remove vrthra from meta.maintainers [all orphans] 2024-07-07 12:20:32 -03:00
quickbms treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
rar treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rpm2targz maintainers: remove fogti 2024-04-27 14:44:36 +02:00
rpmextract pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
runzip treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
s-tar treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
sharutils treewide: normalize maintainers list formatting 2024-07-30 16:26:22 +02:00
snzip treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
torrent7z treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
unar treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
undmg undmg: 1.1.0 -> 1.1.0-unstable-2024-08-02 2024-08-02 20:56:07 +03:00
unp treewide: buildPhase="true" -> dontBuild=true 2024-08-23 12:21:08 +02:00
unrar-wrapper
unshield
unzip treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wimlib treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
xarchive treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
xarchiver treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
zarchive
zip treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
zpaq treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00