nixpkgs/pkgs/by-name/pl
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
..
plandex
plandex-server
plantuml plantuml: add anthonyroussel to maintainers 2024-09-22 16:46:06 +02:00
plantuml-c4 plantuml-c4: add anthonyroussel to maintainers 2024-09-22 16:46:04 +02:00
plantuml-server plantuml-server: add anthonyroussel to maintainers 2024-09-22 16:46:06 +02:00
plasma-applet-commandoutput plasma-applet-commandoutput: init at 13 2024-09-16 13:17:13 -07:00
plasma-panel-colorizer
plasma-plugin-blurredwallpaper
plasmusic-toolbar plasmusic-toolbar: 1.5.0 -> 1.6.0 2024-09-05 07:54:33 +00:00
plasticity plasticity: 24.1.8 -> 24.2.0 2024-09-10 12:29:01 +00:00
platformsh treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
plattenalbum
plemoljp
plemoljp-hs
plemoljp-nf
plex-desktop
plistcpp
plow
pls treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
plumber plumber: 2.7.0 -> 2.7.1 2024-09-15 01:43:26 +00:00
plymouth-matrix-theme
plymouth-proxzima-theme
plymouth-vortex-ubuntu-theme
plzip pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00