nixpkgs/pkgs/by-name/la
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
..
labctl
labelife-label-printer
labelle treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
labwc
labwc-gtktheme
labwc-menu-generator labwc-menu-generator: 0.1.0-unstable-2024-07-09 -> 0.1.0-unstable-2024-09-19 2024-09-21 10:42:28 +00:00
labwc-tweaks
labwc-tweaks-gtk
lacus lacus: format with nixfmt 2024-09-14 10:20:32 +02:00
lager
lan-mouse treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
langgraph-cli
lanraragi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lanzaboote-tool
laravel
lastfm
laszip treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
laszip_2 pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
latexminted latexminted: 0.1.0b9 -> 0.1.0b16 2024-09-04 14:14:38 -03:00
latte-integrale pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
laudanum
lavalauncher treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
lavanda-gtk-theme
lazygit lazygit: 0.44.0 -> 0.44.1 2024-09-18 13:09:24 +00:00
lazyjj
lazymc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lazysql treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00