nixpkgs/pkgs/by-name/al
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
..
alacarte treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
albert albert: move to by-name 2024-09-08 18:00:36 +01:00
aldente aldente: 1.28.2 -> 1.28.4 2024-09-21 16:15:07 +03:00
alephone ffmpeg_4: almost drop (#336401) 2024-08-27 22:08:20 +02:00
alephone-apotheosis-x pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-durandal pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-eternal pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-evil pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-infinity pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-marathon pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-pathways-into-darkness pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-pheonix pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-red pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-rubicon-x pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alephone-yuge pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alertmanager-webhook-logger treewide: remove unused occurence of stdenv (and other) arguments 2024-07-14 04:32:56 +02:00
algol68g
algolia-cli algolia-cli: move to by-name and modernize derivation 2024-09-22 18:01:53 +09:00
aliae aliae: 0.22.1 -> 0.22.2 2024-09-24 01:22:52 +00:00
aligator treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
alive2 alive2: init at 0-unstable-2024-09-23 2024-09-24 16:27:19 +05:30
allmark allmark: migrate to buildGoModule 2024-06-10 17:12:57 +02:00
alp treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
alpaca alpaca: 1.1.1 -> 2.0.3 2024-09-22 14:31:46 +08:00
alpaca-proxy alpaca-proxy: init at 2.0.9 2024-08-04 20:14:04 +02:00
alpine-make-rootfs
alsa-firmware pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alsa-lib treewide: fix uses of finalAttrs.pname in source urls 2024-07-12 20:23:39 -04:00
alsa-lib-with-plugins
alsa-oss pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alsa-plugins treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
alsa-plugins-wrapper
alsa-tools
alsa-topology-conf pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alsa-ucm-conf treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
alsa-utils pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
alt-tab-macos treewide: remove Enzime 2024-07-09 14:32:33 +10:00
altdns
alvr alvr: subtitute --replace with --replace-fail 2024-08-25 16:47:02 +02:00