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 labctl: 0.0.22 -> 0.0.22-unstable-2024-05-10 2024-08-19 14:57:27 +02:00
labelife-label-printer labelife-label-printer: remove with statements 2024-08-18 06:31:14 -07:00
labelle treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
labwc labwc: 0.7.4 -> 0.8.0 2024-08-19 21:34:11 -03:00
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 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
lan-mouse treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
langgraph-cli init langgraph, langgraph-sdk, and langgraph-cli 2024-07-20 10:55:01 -07:00
lanraragi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lanzaboote-tool
laravel laravel: 5.8.1 -> 5.8.3 2024-06-19 16:52:07 +03:00
lastfm lastfm: init at 2.1.39 2024-07-13 02:07:56 -07:00
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 treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lavalauncher treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
lavanda-gtk-theme lavanda-gtk-theme: 2023-10-22 -> 2024-04-28 2024-07-22 02:07:54 +00:00
lazygit lazygit: 0.44.0 -> 0.44.1 2024-09-18 13:09:24 +00:00
lazyjj lazyjj: init at 0.3.1 2024-08-21 13:37:20 -05:00
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