Commit Graph
709640 Commits
Author SHA1 Message Date
R. Ryantm d6899545c5 typos-lsp: 0.1.27 -> 0.1.30 2024-11-09 22:38:18 +00:00
Kiara Grouwstra bed5c8a503 maintainers: add kiara as maintainer 2024-11-09 23:37:01 +01:00
Sergei Trofimovich cc2ba7a1d3 log4cplus: 2.1.1 -> 2.1.2
Changes: https://github.com/log4cplus/log4cplus/releases/tag/REL_2_1_2
2024-11-09 22:33:53 +00:00
Martin Weinelt 80a4fc03f0 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 2024-11-09 23:33:37 +01:00
Martin Weinelt 29fbef9adb pkgs.formats.yaml: create an alias for yaml_1_1
To keep assumptions about pkgs.formats.yaml in tact we pin it to a format
that will emit YAML 1.1.

Future usage should specify the YAML version explicitly.
2024-11-09 23:33:37 +01:00
Martin Weinelt 29dafe503f pkgs.formats.yaml: retain YAML 1.1 output 2024-11-09 23:33:35 +01:00
Martin Weinelt 963d559108 remarshal_0_17: init at 0.17.1
Introduced for pkgs.formats.yaml_1_1.
2024-11-09 23:33:35 +01:00
Marc JakobiandMatthieu Coudron 73e03e065e luaPackages.toml-edit: 0.6.0 -> 0.6.1 2024-11-09 23:21:35 +01:00
Austin HorstmanandGitHub 2b3acacf08 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) 2024-11-09 16:17:08 -06:00
Martin WeineltandGitHub d55bf75cb9 python312Packages.uuid6: fix package version metadata (#354857) 2024-11-09 23:05:02 +01:00
Francesco GazzettaandGitHub 5e5ec22c6f skia: unbreak darwin (#354557) 2024-11-09 22:04:55 +00:00
Martin WeineltandGitHub c00cc16b63 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 2024-11-09 23:04:32 +01:00
TomaSajt 46c4c6b553 texturepacker: 7.4.0 -> 7.5.0 2024-11-09 22:53:33 +01:00
TomaSajt e393fe8e34 texturepacker: migrate to pkgs/by-name 2024-11-09 22:51:53 +01:00
Luke Granger-Brown 93a01b0597 teamspeak3: drop 'arch' variable
This variable is always set to "amd64", so there's no point keeping it.
If there's an aarch64 version in future it can be added back.
2024-11-09 21:49:30 +00:00
Markus KowalewskiandGitHub 2ad379b1c3 panoply: 5.5.4 -> 5.5.5 (#354771) 2024-11-09 22:47:24 +01:00
TomaSajt 77cbf2a1b1 trimage: migrate to pkgs/by-name 2024-11-09 22:46:01 +01:00
9R 10a4498042 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 2024-11-09 22:45:33 +01:00
aucub b3c8c88550 kazumi: remove customSourceBuilders 2024-11-10 05:43:18 +08:00
aucub a2143e6870 dart.flutter_volume_controller: init 2024-11-10 05:40:39 +08:00
Martin Weinelt c48cd19fe5 python312Packages.uuid6: fix package version metadata 2024-11-09 22:40:13 +01:00
Austin HorstmanandGitHub 25628a6ed5 python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 2024-11-09 15:39:50 -06:00
R. Ryantm 3bb8fc0f88 compose2nix: 0.2.3 -> 0.3.1 2024-11-09 21:38:49 +00:00
Atemu e4ea814f0c teamspeak3: avoid with lib; 2024-11-09 22:37:12 +01:00
Atemu 585c5ae3bc teamspeak3: remove NIX_REDIRECTS
The lib was removed earlier, so this doen't have any effect. It didn't appear to
cause any issues.
2024-11-09 22:37:12 +01:00
Atemu 4d98fc18e8 teamspeak3: rename from teamspeak_client
This is what people would be looking for when searching for "teamspeak".

Barely anyone will need the server and those who do will likely explicitly look
for the server rather than just "teamspeak".

teamspeak_server should probably be renamed to teamspeak3-server.
2024-11-09 22:37:08 +01:00
SomeoneandGitHub 05eff5c687 python3Packages.torch: switch to apple-sdk_13 (#351778)
Add MPS support
2024-11-09 21:36:39 +00:00
aucub da4bf61402 dart.fvp: init 2024-11-10 05:35:55 +08:00
Atemu e5017770eb teamspeak_client: run installer script without -x by default
It's only relevant for debugging the package when updating.
2024-11-09 22:35:41 +01:00
Atemu 2568cfa348 teamspeak_client: install to opt/ subdirectory
This is not a library.

This actually matters somewhat because lib/ is installed into the system-wide
path on NixOS for whatever reason.
2024-11-09 22:35:41 +01:00
Atemu 3830a3dbf6 teamspeak_client: modernise installPhase 2024-11-09 22:35:41 +01:00
Atemu 49a5c6431c teamspeak_client: remove unnecessary dependencies
I honestly don't know what these are here for but they're not in any of the
binaries' NEEDED sections, so let's yeet them.

autoPatchelfHook ensures we have all required libraries.
2024-11-09 22:35:41 +01:00
Atemu 9db530c94c teamspeak_client: use autoPatchelfHook rather than manual patchelf 2024-11-09 22:35:41 +01:00
Atemu cba4002e45 teamspeak_client: refactor libquazip patching 2024-11-09 22:35:41 +01:00
Atemu 1a5940c3e8 teamspeak_client: use wrapQtAppsHook 2024-11-09 22:35:41 +01:00
Atemu 56a739f756 teamspeak_client: make libredirect a regular runtimeDep
I don't see a need to preload here
2024-11-09 22:35:41 +01:00
Atemu 0f029a19c6 teamspeak_client: run phase hooks 2024-11-09 22:35:41 +01:00
Atemu cdd40cb89c teamspeak_client: refactor QT deps
This is the modern method of accessing them and is compatible with by-name.
2024-11-09 22:35:41 +01:00
Atemu c056c7dd7a teamspeak_client: use regular libcxx
No reason to use the one from LLVM.
2024-11-09 22:35:41 +01:00
Atemu f3840380fd teamspeak_client: don't wrap with cc's libdir
This pulls in the entire C compiler into the runtime closure. It works just fine
without this.
2024-11-09 22:35:41 +01:00
R. Ryantm 168a80a4ea nwg-drawer: 0.5.0 -> 0.5.2 2024-11-09 21:33:09 +00:00
Austin HorstmanandGitHub e3893e5c3c python312Packages.python-axolotl-curve25519: fix build (#354706) 2024-11-09 15:30:27 -06:00
Wolfgang 9563f469c1 nixos/duckdns: init module 2024-11-09 22:27:14 +01:00
Alyssa Ross 031786067b slint-lsp: remove obsolete libXrandr input
libXrandr has not been required since winit 0.30.0[1] (slint-lsp 1.7.0).

Tested that previews still work on X11.

[1]: https://github.com/rust-windowing/winit/commit/bb9b629bc34c6db8fa1ebda24a03ce0ddbc1d51e
2024-11-09 22:23:51 +01:00
Alyssa Ross e70954dca6 alacritty: remove obsolete libXrandr input
libXrandr has not been required since winit 0.30.0[1]
(alacritty 0.14.0).

Tested that it still starts on X11.

[1]: https://github.com/rust-windowing/winit/commit/bb9b629bc34c6db8fa1ebda24a03ce0ddbc1d51e
2024-11-09 22:23:19 +01:00
Fabian AffolterandGitHub 3690e2cfea python312Packages.mypy-boto3-*: updates (#354714) 2024-11-09 22:19:32 +01:00
Fabian AffolterandGitHub 414bf97015 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) 2024-11-09 22:19:19 +01:00
Fabian AffolterandGitHub ce51df0a5b python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) 2024-11-09 22:18:54 +01:00
Fabian AffolterandGitHub cec3c09abd cnspec: 11.28.1 -> 11.29.0 (#354722) 2024-11-09 22:18:44 +01:00
Fabian AffolterandGitHub 8bfbd4e1f8 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) 2024-11-09 22:18:34 +01:00