nixpkgs/pkgs/servers/http
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
..
angie treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
apache-httpd treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
apache-modules treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
apt-cacher-ng treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
cgiserver
couchdb treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
darkhttpd
dave treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
dufs treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gatling treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
h2o
hiawatha hiawatha: fix build 2024-08-24 14:11:39 +03:00
hyp
jboss treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
jetty jetty_12: 12.0.11 -> 12.0.12 2024-08-25 12:25:50 +02:00
lighttpd lighttpd: 1.4.75 -> 1.4.76 2024-09-11 21:15:53 +02:00
lwan lwan: 0.4 -> 0.5 2024-07-07 23:09:22 +02:00
merecat treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
micro-httpd treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
mini-httpd
nginx treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
nix-binary-cache treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
openresty openresty: 1.25.3.1 -> 1.25.3.2 2024-08-26 13:10:51 +01:00
pomerium pomerium: 0.26.0 -> 0.26.1 2024-07-02 21:29:25 +00:00
quark
ran
redstore treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
router router: 1.52.0 -> 1.52.1 2024-08-27 14:44:06 +00:00
showoff treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
spawn-fcgi treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
tengine treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
thttpd
tomcat axis2: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:47 +02:00
trafficserver treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
unit unit: fix php82 module argument 2024-09-19 15:17:48 +02:00
webhook
yaws treewide: remove maintainer goibhniu 2024-07-24 13:38:22 +03:00