nixpkgs/pkgs/by-name/po
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
..
pocl
podman-tui treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
poethepoet poethepoet: 0.27.0 -> 0.28.0 2024-09-07 11:04:00 +00:00
poke treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pokemmo-installer pokemmo-installer: init at 1.4.8 2024-09-12 10:25:59 -04:00
pokemon-cursor pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
polari
polarity
polenum polenum: init at 1.6.1-unstable-2024-07-30 2024-09-18 18:28:45 +02:00
polkit_gnome
pololu-tic pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
polonium
polybar polybar: 3.7.1 -> 3.7.2 2024-08-17 14:18:20 +00:00
polybar-pulseaudio-control
polylux2pdfpc
pom
pomodoro-gtk
pop-launcher pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
popcorntime
poppins
poptop
poptracker
portablemc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
portfolio portfolio: 0.70.3 -> 0.70.4 2024-08-26 17:28:11 +02:00
posterazor
postlight-parser postlight-parser: use yarnInstallHook 2024-09-04 11:15:47 -03:00
posy-cursors
pot
poutine
power-profiles-daemon power-profiles-daemon: update homepage url 2024-09-16 15:19:52 +02:00
powerhub
powerjoular
powerpipe powerpipe: 0.4.2 -> 0.4.3 2024-08-25 07:54:18 +00:00
powersploit
powersupply
powertop powertop: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:49 +02:00