nixpkgs/pkgs/development/skaware-packages
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
..
execline execline: 2.9.5.1 -> 2.9.6.0 2024-06-15 08:02:18 +02:00
mdevd mdevd: 0.1.6.3 -> 0.1.6.4 2024-06-15 08:02:18 +02:00
nsss treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
s6 s6: 2.12.0.4 -> 2.13.0.0 2024-06-15 08:02:18 +02:00
s6-dns s6-dns: 2.3.7.1 -> 2.3.7.2 2024-06-15 08:02:18 +02:00
s6-linux-init treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
s6-linux-utils treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
s6-networking s6-networking: 2.7.0.2 -> 2.7.0.3 2024-06-15 08:02:18 +02:00
s6-portable-utils treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
s6-rc s6-rc: 0.5.4.2 -> 0.5.4.3 2024-06-15 08:02:18 +02:00
sdnotify-wrapper pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
skalibs skalibs: 2.14.1.1 -> 2.14.2.0 2024-06-15 08:02:18 +02:00
tipidee treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
utmps treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
build-skaware-man-pages.nix
build-skaware-package.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
clean-packaging.nix
default.nix skawarePackages: add manpages to their respective packages 2024-03-24 14:52:19 +01:00