Commit Graph

30 Commits

Author SHA1 Message Date
R. Ryantm
a864db9f7b p2pool: 4.1 -> 4.1.1 2024-10-11 13:44:18 +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
effb447372 p2pool: 4.0 -> 4.1 2024-08-18 12:40:55 +00:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Weijia Wang
4d864fc649 p2pool: fix build on x86_64-darwin 2024-07-07 20:30:47 +02:00
R. Ryantm
9bfd5290e1 p2pool: 3.10 -> 4.0 2024-07-07 03:43:25 +02:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
8816df475a p2pool: 3.9 -> 3.10 2024-01-08 00:41:53 +00:00
R. Ryantm
f90b0fc86d p2pool: 3.8 -> 3.9 2023-11-26 21:17:07 +00:00
R. Ryantm
e392fe93bc p2pool: 3.7 -> 3.8 2023-11-03 03:49:39 +00:00
R. Ryantm
75fa905269 p2pool: 3.6.2 -> 3.7 2023-10-02 14:24:47 +01:00
R. Ryantm
516fac53b3 p2pool: 3.5 -> 3.6.2 2023-09-06 17:09:28 +00:00
R. Ryantm
3a07775459 p2pool: 3.4 -> 3.5 2023-07-02 20:16:42 +00:00
R. Ryantm
7380aa71cb p2pool: 3.3 -> 3.4 2023-06-02 06:49:14 +00:00
R. Ryantm
5da6842172 p2pool: 3.2 -> 3.3 2023-05-03 03:10:14 +00:00
R. Ryantm
1c9f38e41b p2pool: 3.1 -> 3.2 2023-04-07 19:30:34 +00:00
Nathan Ruiz
d86c897423 p2pool: 2.7 -> 3.1 2023-03-12 11:44:02 +00:00
Weijia Wang
0aeadf53d3 p2pool: 2.4 -> 2.7 2023-01-23 05:38:09 +01:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
R. Ryantm
445f06d9b7 p2pool: 2.3 -> 2.4 2022-10-01 16:27:37 +00:00
R. Ryantm
3fc5c5cb63 p2pool: 2.2.1 -> 2.3 2022-08-31 17:15:17 +00:00
Nathan Ruiz
8261de6e5d p2pool: 2.1 -> 2.2.1 2022-08-14 11:47:29 +00:00
R. Ryantm
4627a9fd26 p2pool: 2.0 -> 2.1 2022-06-01 09:08:23 +00:00
R. Ryantm
f24f2d04ee p2pool: 1.9 -> 2.0 2022-05-01 08:44:11 +00:00
R. Ryantm
b1d0be8bc7 p2pool: 1.8 -> 1.9 2022-03-31 23:02:53 +00:00
R. Ryantm
25878107b4 p2pool: 1.7 -> 1.8 2022-02-28 15:03:09 +00:00
R. Ryantm
5b55c25c21 p2pool: 1.6 -> 1.7 2022-02-15 19:55:52 +00:00
Louis Bettens
381cd2534b p2pool: 1.4 -> 1.6 2022-02-02 11:50:55 +01:00
Louis Bettens
02ad5efebf p2pool: add update script 2022-02-02 11:50:39 +01:00
Victor Freire
4fa5db2775 p2pool: init at 1.4 2021-12-10 10:20:58 -03:00