Commit Graph

26 Commits

Author SHA1 Message Date
Theodore Ni
f2ffd24d2a
cotp: use new Darwin SDK pattern 2024-11-11 00:08:43 -08:00
R. Ryantm
af11b38d21 cotp: 1.9.1 -> 1.9.2 2024-11-08 18:21:31 +00:00
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
R. Ryantm
399beafd46 cotp: 1.9.0 -> 1.9.1 2024-09-14 00:56:54 +00:00
R. Ryantm
cd5481cc5d cotp: 1.8.0 -> 1.9.0 2024-08-31 02:38:09 +00:00
R. Ryantm
3af75e0058 cotp: 1.7.3 -> 1.8.0 2024-08-06 01:50:52 +00:00
R. Ryantm
498473ec53 cotp: 1.7.2 -> 1.7.3 2024-07-25 03:21:23 +00:00
R. Ryantm
2d379b4386 cotp: 1.7.1 -> 1.7.2 2024-07-09 07:13:54 +00:00
R. Ryantm
b91c9617eb cotp: 1.7.0 -> 1.7.1 2024-06-20 05:01:48 +00:00
R. Ryantm
8b58899775 cotp: 1.6.1 -> 1.7.0 2024-05-16 04:13:34 +00:00
R. Ryantm
7acba55d0d cotp: 1.6.0 -> 1.6.1 2024-05-09 21:51:00 +00:00
R. Ryantm
8c4155785e cotp: 1.5.0 -> 1.6.0 2024-05-03 01:48:58 +00:00
R. Ryantm
2bcf8541e2 cotp: 1.4.5 -> 1.5.0 2024-03-13 00:40:03 +00:00
R. Ryantm
e85012a3f3 cotp: 1.4.4 -> 1.4.5 2024-02-23 04:39:48 +00:00
R. Ryantm
418d37e22f cotp: 1.4.1 -> 1.4.4 2024-02-18 04:57:02 +00:00
Nick Cao
91c35ff0e5
Merge pull request #288902 from r-ryantm/auto-update/cotp
cotp: 1.3.0 -> 1.4.1
2024-02-15 09:08:25 -05:00
R. Ryantm
936f08a09a cotp: 1.3.0 -> 1.4.1 2024-02-14 23:31:08 +00:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
607f94b3d6 cotp: 1.2.5 -> 1.3.0 2023-10-11 12:49:13 +00:00
R. Ryantm
f4c9a049ce cotp: 1.2.4 -> 1.2.5 2023-05-28 00:26:00 +00:00
R. Ryantm
1e7d8ddff6 cotp: 1.2.3 -> 1.2.4 2023-05-16 03:12:06 +00:00
Martin Weinelt
d64bcfd19b Merge remote-tracking branch 'origin/master' into staging-next 2023-03-05 04:20:09 +01:00
R. Ryantm
de6734e278 cotp: 1.2.1 -> 1.2.3 2023-03-05 01:55:55 +00:00
R. Ryantm
f1215fc09a cotp: 1.1.0 -> 1.2.1 2023-01-31 23:39:26 +00:00
Mario Rodas
f42366f7e8 cotp: fix pname 2023-01-28 04:20:00 +00:00
David Sánchez
54c8b865d7 cotp: init at 1.1.0 2022-11-13 10:35:14 +00:00