Commit graph

523719 commits

Author SHA1 Message Date
Moritz Angermann 1e0561d78a nixpkgs/systems: Add ucrt64 as MinGW libc
The Minimalist Gnu for Windows distribution comes with support for
the traditional msvcrt libc, as well as ucrt64 libc. The latter
being the newer universal compiler runtime. We follow the msys2
environment naming convention[1]:

| name       | toolchain | arch    | libc   | libc++    |
|------------|-----------|---------|--------|-----------|
| mingw32    | gcc       | i686    | msvcrt | libstdc++ |
| mingw64    | gcc       | x86_64  | msvcrt | libstdc++ |
| ucrt64     | gcc       | x86_64  | ucrt   | libstdc++ |
| clang32    | llvm      | i686    | ucrt   | libc++    |
| clang64    | llvm      | x86_64  | ucrt   | libc++    |
| clangarm64 | llvm      | aarch64 | ucrt   | libc++    |

For now nixpkgs only supports the first three with this commit.

--
[1]: https://www.msys2.org/docs/environments/
2023-09-08 10:56:08 +00:00
Moritz Angermann a81e3dcd75 treewide: replace libc == "msvcrt" with isMinGW
msvcrt is only one of the libcs in MinGW. We therefore
replace explictly testing for msvcrt with the isMinGW
predicate. This lays the foundation for ucrt64 support.
2023-09-08 10:56:08 +00:00
R. Ryantm 127ddbae4a atomic-swap: 0.4.1 -> 0.4.2 2023-09-08 10:49:16 +00:00
Martin Weinelt 1a4f930286
Merge pull request #254007 from NixOS/home-assistant
home-assistant: propagate packaging
2023-09-08 12:38:32 +02:00
happysalada 636f80091e unstructured-api: 0.0.41 -> 0.0.42 2023-09-08 10:32:58 +00:00
happysalada b02edfa6f9 python310Packages.unstructured-inference: 0.5.7 -> 0.5.22 2023-09-08 10:32:58 +00:00
Martin Weinelt 350a1b3e02
home-assistant: propagate packaging
An oversight in the last package update.
2023-09-08 12:28:10 +02:00
OTABI Tomoya 8fccc08bbd
Merge pull request #253979 from r-ryantm/auto-update/python310Packages.nvidia-ml-py
python310Packages.nvidia-ml-py: 12.535.77 -> 12.535.108
2023-09-08 19:24:28 +09:00
Vincent Laporte d1f1457e3f ocamlPackages.tls: 0.16.0 → 0.17.1
jackline: 2023-02-24 → 2023-03-09
2023-09-08 12:04:31 +02:00
adisbladis 098c6db6dc
Merge pull request #253959 from dotlambda/poetry2nix-insecure
poetry2nix: mark poetry insecure
2023-09-08 21:53:41 +12:00
Matthias Beyer 2c9eaf0207
Merge pull request #237473 from r-ryantm/auto-update/tagparser
tagparser: 12.0.0 -> 12.1.0
2023-09-08 11:48:12 +02:00
Martin Weinelt 059ee99ef4
Merge pull request #253832 from NixOS/home-assistant
home-assistant: 2023.8.4 -> 2023.9.0
2023-09-08 11:32:35 +02:00
Artturi d4e34e0c8f
Merge pull request #253927 from Sigmanificient/figma-linux-fix 2023-09-08 12:30:02 +03:00
Weijia Wang f95a262d75
Merge pull request #253941 from r-ryantm/auto-update/bililiverecorder
bililiverecorder: 2.8.2 -> 2.9.0
2023-09-08 11:12:52 +02:00
Weijia Wang 8fbdad9e74
Merge pull request #253978 from r-ryantm/auto-update/jotta-cli
jotta-cli: 0.15.84961 -> 0.15.89752
2023-09-08 11:10:31 +02:00
Martin Weinelt b3da5e68a1
home-assistant: pin zeroconf at 0.91.1 2023-09-08 10:58:05 +02:00
Martin Weinelt e40439b029
python311Packages.zeroconf: 0.99.0 -> 0.102.0
https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.102.0
2023-09-08 10:58:05 +02:00
Martin Weinelt e7d3f6bc36
home-assistant: pin plexapi at 4.13.2 2023-09-08 10:58:04 +02:00
Martin Weinelt c85eef94d2
python310Packages.bimmer-connected: provide test responses
in the package output, as home-assistant tests rely on them.

Also enable more tests by providing pytest-asyncio.
2023-09-08 10:58:04 +02:00
Martin Weinelt de5fa879ed
python311Packages.homeassistant-stubs: 2023.8.4 -> 2023.9.0
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.9.0
2023-09-08 10:58:04 +02:00
Martin Weinelt 4deda2a9c8
python310Packages.pyruckus: remove
Depreated in favor of aioruckus, and home-assistant, its only consumer
in nixpkgs, has already moved on.
2023-09-08 10:58:04 +02:00
Martin Weinelt b24287dde8
home-assistant: 2023.8.4 -> 2023.9.0
https://github.com/home-assistant/core/releases/tag/2023.9.0
2023-09-08 10:58:03 +02:00
OTABI Tomoya de26873baa
Merge pull request #245340 from codedownio/jupyter-console
jupyter-console: expose as a tool for launching kernels
2023-09-08 17:45:59 +09:00
Mario Rodas e32ca67a2f
Merge pull request #253236 from natsukium/pdm/update
pdm: 2.8.2 -> 2.9.1
2023-09-08 03:45:05 -05:00
Mario Rodas cbbfe1ec91
Merge pull request #253425 from Yarny0/meta-mainprogram
add more `meta.mainProgram`
2023-09-08 03:43:44 -05:00
Mario Rodas 157ec795d8
Merge pull request #253563 from r-ryantm/auto-update/upbound
upbound: 0.18.0 -> 0.19.1
2023-09-08 03:36:01 -05:00
Mario Rodas 579bcc67d6
Merge pull request #253681 from r-ryantm/auto-update/terramate
terramate: 0.4.0 -> 0.4.1
2023-09-08 03:34:27 -05:00
Mario Rodas c123a658d6
Merge pull request #253616 from r-ryantm/auto-update/jellyfin-ffmpeg
jellyfin-ffmpeg: 6.0-5 -> 6.0-6
2023-09-08 03:34:07 -05:00
Mario Rodas 9ea240570b
Merge pull request #253787 from aaronjheng/bazel-gazelle
bazel-gazelle: 0.32.0 -> 0.33.0
2023-09-08 03:31:35 -05:00
Mario Rodas 75149a144a
Merge pull request #253952 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 0.41.8 -> 0.41.9
2023-09-08 03:29:16 -05:00
Mario Rodas 4ec7b64fc0
Merge pull request #253972 from fabaff/exploitdb-bump
exploitdb: 2023-09-07 -> 2023-09-08
2023-09-08 03:27:54 -05:00
Mario Rodas 172879b621
Merge pull request #253970 from saschagrunert/crun
crun: 1.8.7 -> 1.9
2023-09-08 03:27:24 -05:00
Doron Behar e33e9879e0
Merge pull request #253974 from thenbe/patch-1
brotab: add missing python dependency `setuptools`
2023-09-08 08:15:01 +00:00
Naïm Favier 82d0007eca
Merge pull request #253968 from r-ryantm/auto-update/ibus-engines.typing-booster-unwrapped
ibus-engines.typing-booster-unwrapped: 2.23.4 -> 2.24.0
2023-09-08 10:11:28 +02:00
R. Ryantm fd18c9fb9d python310Packages.nvidia-ml-py: 12.535.77 -> 12.535.108 2023-09-08 07:43:01 +00:00
R. Ryantm 3c3299bdc2 jotta-cli: 0.15.84961 -> 0.15.89752 2023-09-08 07:33:07 +00:00
Doron Behar c44317643e
Merge pull request #253962 from r-ryantm/auto-update/syncthingtray-minimal
syncthingtray-minimal: 1.4.5 -> 1.4.6
2023-09-08 07:22:05 +00:00
Tom McLaughlin 0342a5194b jupyter-console: expose as a tool for launching kernels 2023-09-08 00:20:14 -07:00
thenbe 6d208146f8
brotab: add missing dependency setuptools 2023-09-08 07:11:54 +00:00
Fabian Affolter 1171ea9cc2 exploitdb: 2023-09-07 -> 2023-09-08
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-09-07...2023-09-08
2023-09-08 09:02:49 +02:00
Sascha Grunert 9acbef97fa
crun: 1.8.7 -> 1.9
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-09-08 08:55:44 +02:00
Mario Rodas be7925045a
Merge pull request #253935 from aaronjheng/tfsec
tfsec: 1.28.1 -> 1.28.2
2023-09-08 01:42:00 -05:00
R. Ryantm cb686eeb00 ibus-engines.typing-booster-unwrapped: 2.23.4 -> 2.24.0 2023-09-08 06:34:08 +00:00
Weijia Wang bf2b51adf0
Merge pull request #253948 from r-ryantm/auto-update/gobgpd
gobgpd: 3.17.0 -> 3.18.0
2023-09-08 08:30:03 +02:00
Weijia Wang 274b8eba01
Merge pull request #253949 from r-ryantm/auto-update/scaleway-cli
scaleway-cli: 2.19.0 -> 2.20.0
2023-09-08 08:29:53 +02:00
7c6f434c 9c4dff7cb1
Merge pull request #253778 from amarshall/wine-parallel-install
wine: install in parallel
2023-09-08 06:03:01 +00:00
Robert Schütz d442dbe487
Merge pull request #253654 from r-ryantm/auto-update/iptsd
iptsd: 1.3.1 -> 1.3.2
2023-09-08 05:15:44 +00:00
Robert Schütz c34b716a00
Merge pull request #253888 from dotlambda/deltachat-desktop-1.40.2
deltachat-desktop: 1.40.1 -> 1.40.2
2023-09-08 05:11:54 +00:00
R. Ryantm ca72defe5f syncthingtray-minimal: 1.4.5 -> 1.4.6 2023-09-08 04:55:13 +00:00
Robert Schütz 7b6bc2521b poetry2nix: mark poetry insecure 2023-09-07 21:41:06 -07:00