Commit Graph

33 Commits

Author SHA1 Message Date
Fabian Affolter
49c8101b6f python312Packages.aiomisc: 17.5.26 -> 17.5.29
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2024-11-28 22:35:05 +01:00
Robert Schütz
543781083a treewide: replace passthru.optional-dependencies with optional-dependencies 2024-09-29 20:37:23 -07: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
Fabian Affolter
ba80bfa9f2 python312Packages.aiomisc: 17.5.25 -> 17.5.26
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2024-08-24 00:00:10 +02:00
Fabian Affolter
82208e2e91 python312Packages.aiomisc: 17.5.24 -> 17.5.25
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2024-08-05 08:02:54 +02:00
Fabian Affolter
1e801679c4 python312Packages.aiomisc: 17.5.19 -> 17.5.24
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2024-06-06 08:10:22 +02:00
R. Ryantm
cd59743d22 python311Packages.aiomisc: 17.5.15 -> 17.5.19 2024-05-15 19:06:59 +00:00
Fabian Affolter
e854824e7e python312Packages.aiomisc: 17.5.6 -> 17.5.15
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2024-05-08 11:08:11 +02:00
R. Ryantm
2963743692 python311Packages.aiomisc: 17.5.4 -> 17.5.6 2024-04-20 08:06:53 +00:00
Fabian Affolter
c6f37df646 python311Packages.aiomisc: adjust inputs 2024-04-03 22:09:09 +02:00
Fabian Affolter
0d35be12b4 python311Packages.aiomisc: use nixfmt 2024-04-03 21:59:59 +02:00
Fabian Affolter
5bdd8429ca
python311Packages.aiomisc: refactor 2024-03-29 18:21:07 +01:00
Fabian Affolter
1c333171f8
python311Packages.aiomisc: update disabled 2024-03-29 18:20:33 +01:00
R. Ryantm
f5010e8d04 python311Packages.aiomisc: 17.5.2 -> 17.5.4 2024-03-17 18:46:16 +00:00
R. Ryantm
9d977db82e python311Packages.aiomisc: 17.4.1 -> 17.5.2 2024-03-14 03:19:36 +00:00
R. Ryantm
348bce1f21 python311Packages.aiomisc: 17.3.48 -> 17.4.1 2024-03-09 17:09:58 +00:00
Fabian Affolter
d6bcd05e3a python311Packages.aiomisc: refactor 2024-03-07 18:34:40 +01:00
Fabian Affolter
a569f455d1 python311Packages.aiomisc: 17.3.41 -> 17.3.48
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2024-03-07 16:56:41 +01:00
Fabian Affolter
17fb531cc2 python311Packages.aiomisc: 17.3.25 -> 17.3.41
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-11-21 22:05:23 +01:00
Fabian Affolter
d224089dfa python311Packages.aiomisc: 17.3.23 -> 17.3.25
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-11-15 14:55:48 +01:00
Fabian Affolter
341ed8af6f python311Packages.aiomisc: 17.3.21 -> 17.3.23
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-09-29 11:16:25 +02:00
Fabian Affolter
49c49041eb python311Packages.aiomisc: 17.3.4 -> 17.3.21
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-07-25 11:56:10 +02:00
Fabian Affolter
c6a783d6c4 python311Packages.aiomisc: 17.3.2 -> 17.3.4
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-07-10 22:56:02 +02:00
Fabian Affolter
4783c5d48a python311Packages.aiomisc: 17.3.0 -> 17.3.2
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-06-02 10:21:58 +02:00
Fabian Affolter
b0dc3762cc python311Packages.aiomisc: 17.2.2 -> 17.3.0
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-05-24 12:17:06 +02:00
Fabian Affolter
4f506d389b python310Packages.aiomisc: 17.1.4 -> 17.2.2
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-05-03 18:20:12 +02:00
Fabian Affolter
c1d21c3e01 python310Packages.aiomisc: 17.0.8 -> 17.1.4
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-04-27 23:59:02 +02:00
Fabian Affolter
d4bb2b1f4f python310Packages.aiomisc: add changelog to meta 2023-04-03 21:05:27 +02:00
Fabian Affolter
8a339bb874 python310Packages.aiomisc: 16.3.15 -> 17.0.8 2023-04-03 21:02:34 +02:00
Fabian Affolter
e31ff2d1ad python310Packages.aiomisc: 16.2.10 -> 16.3.15 2023-02-09 13:15:14 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Fabian Affolter
e9c1876e94 python310Packages.aiomisc: 16.2 -> 16.2.10 2022-12-17 19:47:05 +01:00
Fabian Affolter
4dae2933ba python310Packages.aiomisc: init at 16.2 2022-09-23 01:13:53 +02:00