Commit Graph

224 Commits

Author SHA1 Message Date
Tanvir
5c4a7c7fa7
jackett: 0.21.2831 -> 0.22.893 2024-11-08 15:47:09 +06:00
Colin
56a27089c7 jackett: define meta.mainProgram 2024-10-12 18:50:34 +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
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
R. Ryantm
613920111c jackett: 0.21.2586 -> 0.21.2831 2024-05-29 12:54:49 +00:00
R. Ryantm
fa736d7351 jackett: 0.21.2496 -> 0.21.2586 2024-05-12 22:29:44 +00:00
R. Ryantm
68522f39a1 jackett: 0.21.2392 -> 0.21.2496 2024-04-28 06:35:14 +00:00
R. Ryantm
ede4a205ba jackett: 0.21.2342 -> 0.21.2392 2024-04-16 14:45:31 +00:00
R. Ryantm
66ea8cd9d9 jackett: 0.21.2134 -> 0.21.2342 2024-04-11 11:24:15 +00:00
R. Ryantm
de382c9eb6 jackett: 0.21.2090 -> 0.21.2134 2024-03-23 01:37:45 +00:00
R. Ryantm
e5cb1131f2 jackett: 0.21.1915 -> 0.21.2090 2024-03-19 11:56:21 +00:00
R. Ryantm
8f8623c31c jackett: 0.21.1672 -> 0.21.1915 2024-03-02 21:57:10 +00:00
R. Ryantm
6ce91e12df jackett: 0.21.1658 -> 0.21.1672 2024-02-03 12:27:26 +00:00
Ricardo Band
edb1e29f51 jackett: 0.21.1588 -> 0.21.1658 2024-02-02 12:07:58 +01:00
R. Ryantm
5e38bc968c jackett: 0.21.1510 -> 0.21.1588 2024-01-22 10:45:42 +00:00
R. Ryantm
0e6e068f89 jackett: 0.21.1468 -> 0.21.1510 2024-01-07 06:17:35 +00:00
R. Ryantm
578897826a jackett: 0.21.1234 -> 0.21.1468 2024-01-01 07:47:43 +00:00
R. Ryantm
dd6c406c11 jackett: 0.21.1096 -> 0.21.1234 2023-11-19 21:16:25 +00:00
R. Ryantm
289d2f9b75 jackett: 0.21.993 -> 0.21.1096 2023-10-29 00:11:03 +00:00
R. Ryantm
da6cb41087 jackett: 0.21.969 -> 0.21.993 2023-10-09 06:56:19 +00:00
R. Ryantm
302bb11b6f jackett: 0.21.938 -> 0.21.969 2023-10-06 00:38:27 +00:00
R. Ryantm
f510dc434b jackett: 0.21.932 -> 0.21.938 2023-09-30 10:33:07 +00:00
R. Ryantm
4c3c0cb389 jackett: 0.21.904 -> 0.21.932 2023-09-28 06:10:31 +00:00
R. Ryantm
fb65ff772f jackett: 0.21.887 -> 0.21.904 2023-09-26 03:40:08 +00:00
R. Ryantm
ad1fd1f813 jackett: 0.21.866 -> 0.21.887 2023-09-24 07:03:10 +00:00
R. Ryantm
3c07533e34 jackett: 0.21.798 -> 0.21.866 2023-09-23 04:47:15 +00:00
R. Ryantm
dd156c48cb jackett: 0.21.747 -> 0.21.798 2023-09-16 08:54:06 +00:00
R. Ryantm
975adcab9e jackett: 0.21.724 -> 0.21.747 2023-09-05 11:19:13 +00:00
R. Ryantm
8ec44d2f1b jackett: 0.21.719 -> 0.21.724 2023-09-02 16:30:16 +00:00
R. Ryantm
95a8895f6c jackett: 0.21.705 -> 0.21.719 2023-09-01 07:06:37 +00:00
R. Ryantm
b24014685e jackett: 0.21.674 -> 0.21.705 2023-08-27 08:27:44 +00:00
R. Ryantm
18ad9d3332 jackett: 0.21.635 -> 0.21.674 2023-08-21 20:11:15 +00:00
R. Ryantm
e1466f164a jackett: 0.21.584 -> 0.21.635 2023-08-12 21:57:00 +00:00
R. Ryantm
b44786fcdf jackett: 0.21.547 -> 0.21.584 2023-08-05 08:14:47 +00:00
R. Ryantm
98db1a434c jackett: 0.21.532 -> 0.21.547 2023-07-27 15:19:09 +00:00
R. Ryantm
59236a3979 jackett: 0.21.484 -> 0.21.532 2023-07-24 11:45:56 +00:00
R. Ryantm
63213db615 jackett: 0.21.462 -> 0.21.484 2023-07-18 02:15:14 +00:00
R. Ryantm
2d3a5a99e1 jackett: 0.21.456 -> 0.21.462 2023-07-13 13:28:33 +00:00
R. Ryantm
094e70df9a jackett: 0.21.455 -> 0.21.456 2023-07-13 03:01:18 +00:00
R. Ryantm
5096a566ee jackett: 0.21.449 -> 0.21.455 2023-07-11 13:32:12 +00:00
R. Ryantm
79899a0b24 jackett: 0.21.364 -> 0.21.449 2023-07-10 07:10:38 +00:00
R. Ryantm
8154b07257 jackett: 0.21.341 -> 0.21.364 2023-07-04 01:24:12 +00:00
R. Ryantm
c8c5b63e7f jackett: 0.21.327 -> 0.21.341 2023-06-29 19:39:48 +00:00
Sandro
198bd0a4a7
Merge pull request #239622 from corngood/dotnet-misc
dotnet: misc fixes
2023-06-28 23:41:18 +02:00
R. Ryantm
1326216546 jackett: 0.21.314 -> 0.21.327 2023-06-26 09:16:40 +00:00
R. Ryantm
236769f591 jackett: 0.21.275 -> 0.21.314 2023-06-25 07:46:21 +00:00
David McFarland
ee8ba995a7 buildDotnetModule: make fetch-deps find output path automatically 2023-06-24 19:13:16 -03:00
R. Ryantm
514ed5c3b6 jackett: 0.21.258 -> 0.21.275 2023-06-23 02:18:56 +00:00
R. Ryantm
7c021b5432 jackett: 0.21.241 -> 0.21.258 2023-06-20 03:10:12 +00:00
R. Ryantm
3dee59eae7 jackett: 0.21.128 -> 0.21.241 2023-06-17 09:14:07 +00:00