Commit Graph

682495 Commits

Author SHA1 Message Date
Emily b45e06c521 gst_all_1.*: build with the macOS 12.3 SDK
Thanks to <https://github.com/NixOS/nixpkgs/pull/340131>, this now
works, and we no longer need to vendor the patch.
2024-09-16 17:54:50 +02:00
Alyssa Ross 3052d8e230 bluez: add patch for musl 1.2.5 2024-09-16 17:34:33 +02:00
Stefan Frijters 4a16af92fe xorg.libXpm: provide gzip path for cross
According to the manual, libXpm "deals with compressed files by forking an uncompress or gzip process"
and "writes to a piped compress or gzip process".

Before this commit a path to the host version of `uncompress` is provided, but the build picks up the build version of `gzip`,
so the build doesn't fail, but it uses the wrong `gzip`.

This commit adds the correct paths.
2024-09-16 17:16:27 +02:00
github-actions[bot] 1c3463dc7a Merge staging-next into staging 2024-09-16 12:06:19 +00:00
github-actions[bot] 1e68c5c8e0 Merge master into staging-next 2024-09-16 12:05:51 +00:00
Gaétan Lepage c2c6e27f65 python312Packages.pytorch-pfn-extras: 0.7.6 -> 0.7.7 (#342135) 2024-09-16 14:03:49 +02:00
Gaétan Lepage 59debcbe59 vimPlugins.nvim-rip-substitute: init at 2024-08-30 (#340531) 2024-09-16 13:59:59 +02:00
Masum Reza fba6fa36be librealsense: 2.55.1 -> 2.56.1 (#341406) 2024-09-16 17:28:25 +05:30
R. RyanTM a015ebb48b minetest: 5.9.0 -> 5.9.1 (#342183) 2024-09-16 13:45:58 +02:00
Franz Pletz aad51042a9 mediamtx: 1.9.0 -> 1.9.1 (#342191) 2024-09-16 13:42:21 +02:00
Someone 063cc1f9b8 maintainers: update SomeoneSerge (#342263) 2024-09-16 11:39:03 +00:00
Gaétan Lepage 6c7030c7a4 neovimRequireCheckHook: Fix dependency list (#342240) 2024-09-16 13:34:23 +02:00
Alyssa Ross 98d8c29972 iproute2: apply patch for musl 1.2.5 2024-09-16 13:21:15 +02:00
Alyssa Ross 259cc0548e iproute2: fix building for musl with GCC 14 2024-09-16 13:21:15 +02:00
Ryan Lahfa 960b838a5f CONTRIBUTING: offer clearer guidelines about blocker vs. non-blocker issues (#264651)
We sometimes have reviews that are blocked because of miscommunication between author
and reviewer, we make this clear so that reviewers and authors can refer to a block of
"authoritative" text to unblock their own situations.

Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
2024-09-16 13:17:33 +02:00
Masum Reza 8c9630d265 waybar: 0.10.4 -> 0.11.0 (#341520) 2024-09-16 16:07:39 +05:30
Yt 02c21a04ea python312Packages.pdfplumber: 0.11.1 -> 0.11.4 (#342217) 2024-09-16 06:24:18 -04:00
Robert Hensing 20f9370d5f lib.fixedPoints.toExtension: init (#336414) 2024-09-16 12:17:16 +02:00
Fabian Affolter 9a5abffb5e checkov: 3.2.253 -> 3.2.254 (#342245) 2024-09-16 12:14:41 +02:00
Aleksana f1580efb3b maintainers/team-list: add cyberus team (#331059) 2024-09-16 18:14:16 +08:00
Martin Weinelt 13bc37ef9d python312Packages.psycopg: 3.2.1 -> 3.2.2 (#342175) 2024-09-16 12:13:04 +02:00
Peder Bergebakken Sundt bfd99fb32f python312Packages.huggingface-hub: 0.24.6 -> 0.24.7 (#341646) 2024-09-16 12:09:45 +02:00
Emily 3fbe70f3be OpenSSL maintenance 2024/09 (#339614) 2024-09-16 11:07:54 +01:00
Aleksana 66cce05755 fcitx5-pinyin-moegirl: 20240809 -> 20240909 (#342222) 2024-09-16 18:05:33 +08:00
Martin Weinelt b5faf0c782 home-assistant-custom-components.average: init at 2.3.4 (#341571) 2024-09-16 12:05:13 +02:00
Gaetan Lepage 44c966831e python312Packages.ffcv: mark as broken on darwin 2024-09-16 11:50:44 +02:00
Gaetan Lepage 5aed162d67 python312Packages.pytorch-pfn-extras: 0.7.6 -> 0.7.7
Diff:
https://github.com/pfnet/pytorch-pfn-extras/compare/refs/tags/v0.7.6...v0.7.7

Changelog:
https://github.com/pfnet/pytorch-pfn-extras/releases/tag/v0.7.7
2024-09-16 11:50:44 +02:00
Aleksana dcc54a2ae2 fcitx5-pinyin-zhwiki: 20240509 -> 20240909 (#342223) 2024-09-16 17:49:11 +08:00
nixpkgs-merge-bot[bot] 6a3fae4bea silverbullet: 0.9.2 -> 0.9.4 (#342120) 2024-09-16 09:39:01 +00:00
Jon Seager 8b3b70dfcf screenly-cli: 1.0.0 -> 1.0.1 (#342136) 2024-09-16 11:38:52 +02:00
nixpkgs-merge-bot[bot] e5f3f61871 nb-cli: 1.4.1 -> 1.4.2 (#342206) 2024-09-16 09:26:56 +00:00
Rebecca Turner 7784c973e6 lowdown: patch to fix macOS and UTF-8 bugs
- Improve UTF-8 handling by not treating bytes >=0x80, which tend to be
  UTF-8 continuation bytes, as control characters.

  This leaves control characters U+0080 through U+009F in the output
  (incorrectly) but doesn't mangle other UTF-8 characters, so it's a net
  win.

  See: https://github.com/kristapsdz/lowdown/pull/140

- Don't output a newline between a `.SH` and a heading.

  This fixes `makewhatis` output on macOS and (as a result) `man`
  completions for `fish` on macOS.

  See: https://github.com/kristapsdz/lowdown/pull/138
2024-09-16 11:25:55 +02:00
Sandro fd3ddb6b60 dnscrypt-wrapper: remove package and NixOS modules (#341838) 2024-09-16 11:25:30 +02:00
Gaetan Lepage 69b6ec0894 waybar: 0.10.4 -> 0.11.0
Diff: https://github.com/Alexays/Waybar/compare/0.10.4...0.11.0

Changelog: https://github.com/alexays/waybar/releases/tag/0.11.0
2024-09-16 11:11:52 +02:00
Fabian Affolter 6c8472276a smbmap: 1.10.4 -> 1.10.5 (#342230) 2024-09-16 11:04:41 +02:00
Fabian Affolter 577fe7c893 checkov: 3.2.253 -> 3.2.254
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.253...3.2.254

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.254
2024-09-16 11:03:21 +02:00
Marcus Ramberg 040bd3d95a google-cloud-sdk: 485.0.0 -> 492.0.0 (#342079) 2024-09-16 10:56:22 +02:00
Sandro 51083570d4 soupault: 4.10.0 → 4.11.0 (#340313) 2024-09-16 10:47:36 +02:00
Doron Behar 823e0674ab beets: make the autobpm plugin depend on librosa (#340185) 2024-09-16 11:38:46 +03:00
Reinis Taukulis b8581496df neovimRequireCheckHook: Fix dependency list
Only the first space in $dependencies was subsituted.

https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion
> ${parameter/pattern/string}
> ${parameter//pattern/string}
> ${parameter/#pattern/string}
> ${parameter/%pattern/string}
>     ...
>     In the first form above, only the first match is replaced. If
>     there are two slashes separating parameter and pattern (the second form
>     above), all matches of pattern are replaced with string.
2024-09-16 11:37:19 +03:00
Lin Jian 05ea720237 emacs.pkgs.gn-mode: init (#342124) 2024-09-16 16:29:50 +08:00
Fabián Heredia Montiel 655748700a python312Packages.stanza: 1.8.2 -> 1.9.2 (#341500) 2024-09-16 02:23:34 -06:00
SomeoneSerge a751025715 maintainers: update SomeoneSerge 2024-09-16 08:21:32 +00:00
Fabian Affolter 979cdae832 python312Packages.pick: 2.3.2 -> 2.4.0 (#342091) 2024-09-16 10:12:41 +02:00
Fabian Affolter 887d7ad4fc python312Packages.tesla-fleet-api: 0.7.4 -> 0.7.5 (#342199) 2024-09-16 10:11:56 +02:00
Francesco Gazzetta 68784b40ef warzone2100: 4.5.2 -> 4.5.3 2024-09-16 08:11:25 +00:00
Fabian Affolter da0e56296a python312Packages.plugwise: 1.3.1 -> 1.4.0 (#342108) 2024-09-16 10:10:07 +02:00
Fabian Affolter 06a47438d7 python312Packages.django-appconf: 1.0.5 -> 1.0.6 (#342006) 2024-09-16 10:09:19 +02:00
Fabian Affolter 592b69c34b python312Packages.django-celery-beat: 2.6.0 -> 2.7.0 (#342012) 2024-09-16 10:09:01 +02:00
Fabian Affolter 5401770270 python312Packages.pyexploitdb: 0.2.34 -> 0.2.35 (#342058) 2024-09-16 10:08:45 +02:00