nixpkgs/pkgs/tools/compression
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
..
advancecomp treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
asar
brotli treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
bsdiff treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
bzip2 treewide: normalize maintainers list formatting 2024-07-30 16:26:22 +02:00
bzip3 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
crabz treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
dejsonlz4
dtrx
efficient-compression-tool treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
flips treewide: adopt some unmaintained GTK packages 2024-09-14 21:07:29 +08:00
gzip treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
gzrt treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
hacpack maintainers: remove ivar 2024-06-29 03:09:10 -04:00
hactool treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
heatshrink treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
imagelol treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
keka treewide: remove Enzime 2024-07-09 14:32:33 +10:00
kzipmix treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lbzip2 lbzip2: apply implicit function definition patch; fix darwin 2023-12-30 00:45:11 +00:00
lhasa
lrzip treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lz4 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck 2024-07-30 18:32:01 +02:00
lzbench
lzfse treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
lzham treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
lzip treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lziprecover lziprecover: 1.23 -> 1.24 2024-01-22 04:26:20 +00:00
lzop treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
mozlz4a
ncompress treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
nx2elf maintainers: remove ivar 2024-06-29 03:09:10 -04:00
offzip treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
orz treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ouch treewide: remove unused occurence of stdenv (and other) arguments 2024-07-14 04:32:56 +02:00
pbzip2 treewide: remove viric from meta.maintainers [orphans] 2024-07-28 11:48:51 -03:00
pbzx pbzx: fix build with musl libc 2024-08-20 08:15:16 +03:00
pigz treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pixz treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
pxz
rzip treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
unzrip
upx treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
xdelta xdelta: change meta.homepage (#325491) 2024-07-11 22:18:34 +08:00
xz xz: 5.4.6 -> 5.6.2 2024-06-11 11:24:02 +02:00
zdelta
zfp zfp: 1.0.0 -> 1.0.1 2023-12-25 07:08:52 +00:00
zopfli zopfli: set meta.mainProgram 2024-08-19 13:15:45 +02:00
zstd treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00