Nikolay Korotkiy
|
ffec32e456
|
orbiton: update meta.homepage
|
2025-01-19 08:31:31 +04:00 |
|
R. Ryantm
|
f16a654078
|
orbiton: 2.68.6 -> 2.68.7
|
2025-01-19 00:59:18 +00:00 |
|
 Doron BeharandGitHub
|
1545201579
|
octavePackages.netcdf: 1.0.17 -> 1.0.18 & fixes (#344457)
|
2025-01-18 20:02:26 +02:00 |
|
 Doron BeharandGitHub
|
58b02fee2f
|
octavePackages: Add locale as buildInput to Octave packages buildEnv (#359121)
|
2025-01-18 19:22:48 +02:00 |
|
 Nikolay KorotkiyandGitHub
|
e4be70c11f
|
libabw: fix cross build (#373958)
|
2025-01-18 21:16:54 +04:00 |
|
 R. RyanTMandGitHub
|
4d2949e87a
|
python312Packages.gotenberg-client: 0.8.2 -> 0.9.0 (#374756)
https://github.com/stumpylog/gotenberg-client/blob/0.9.0/CHANGELOG.md
|
2025-01-18 18:13:19 +01:00 |
|
 Lin JianandGitHub
|
9095f3728a
|
nixos/doc/rl-2505: fix release notes for nixos-rebuild build-image (#374788)
|
2025-01-19 01:10:51 +08:00 |
|
 Adam C. StephensandGitHub
|
391f8df5d5
|
forgejo: 9.0.3 -> 10.0.0 (#374668)
|
2025-01-18 12:02:38 -05:00 |
|
 Lin JianandGitHub
|
bbf4efb498
|
nixos/borgbackup: fix typo in example (#374833)
|
2025-01-19 01:01:45 +08:00 |
|
 R. RyanTMandGitHub
|
93d6bb5a0d
|
python312Packages.accelerate: 1.2.1 -> 1.3.0 (#374761)
https://github.com/huggingface/accelerate/releases/tag/v1.3.0
|
2025-01-18 17:53:01 +01:00 |
|
 Arne KellerandGitHub
|
d802a16960
|
epubcheck: 5.1.0 -> 5.2.0 (#369532)
|
2025-01-18 17:47:37 +01:00 |
|
 K900andGitHub
|
7edd2d051d
|
kdePackages.karousel: 0.10 -> 0.11 (#374814)
|
2025-01-18 19:45:42 +03:00 |
|
 Jörg ThalheimandGitHub
|
b4e712082d
|
waypipe: add missing runtime dependencies (#374838)
|
2025-01-18 17:45:08 +01:00 |
|
 R. RyanTMandGitHub
|
79bb80e69e
|
python312Packages.nitransforms: 24.1.0 -> 24.1.1 (#374767)
https://github.com/nipy/nitransforms/releases/tag/24.1.1
|
2025-01-18 17:42:23 +01:00 |
|
 Nikolay KorotkiyandGitHub
|
9b8fec779a
|
scalpel: fix cross build (#374842)
|
2025-01-18 20:40:59 +04:00 |
|
 
|
6e6df29baf
|
komga: 1.16.0 -> 1.18.0 (#374735)
Co-authored-by: GovanifY <GovanifY@users.noreply.github.com>
|
2025-01-18 16:39:08 +00:00 |
|
 Martin WeineltandGitHub
|
b3fa7498e5
|
python313Packages.mlxtend: fix build (#371432)
|
2025-01-18 17:38:24 +01:00 |
|
 Martin WeineltandGitHub
|
a96133edb7
|
python313Packages.formencode: fix build (#373164)
|
2025-01-18 17:34:35 +01:00 |
|
 Nikolay KorotkiyandGitHub
|
57f70dff74
|
zwave-js-ui: 9.27.8 -> 9.29.1 (#374830)
|
2025-01-18 20:33:54 +04:00 |
|
 Martin WeineltandGitHub
|
2efb5ce461
|
python312Packages.django-environ: 0.11.2 -> 0.12.0 (#374755)
|
2025-01-18 17:32:10 +01:00 |
|
Edwin Mackenzie-Owen
|
52b9eff351
|
waypipe: remove unused arguments
|
2025-01-18 17:31:43 +01:00 |
|
Edwin Mackenzie-Owen
|
b7066ff12f
|
waypipe: add missing runtime dependencies
Waypipe dynamically loads ffmpeg[^1] and libgbm[^2] at runtime,
therefore their library paths need to be included in the binary's
RUNPATH. libvulkan.so.1 also needs to be in the RUNPATH, because the
ash Rust crate used by Waypipe loads it dynamically at runtime[^3].
https://github.com/NixOS/nixpkgs/pull/374615 removed all
runtimeDependencies and the autoPatchelfHook that adds them to the
RUNPATH.
This commit readds the autoPatchelfHook and adds the three dynamically
loaded libraries to the runtimeDependencies.
In addition, it replaces the mesa buildInput with libgbm (which was used
before https://github.com/NixOS/nixpkgs/pull/373212) because Waypipe
depends only on libgbm.
Resolves https://github.com/NixOS/nixpkgs/issues/374595
[^1]: https://gitlab.freedesktop.org/mstoeckl/waypipe/-/blob/cb53f342af8a3009561e0566ed81962acbde6fc0/wrap-ffmpeg/build.rs#L110-111
[^2]: https://gitlab.freedesktop.org/mstoeckl/waypipe/-/blob/cb53f342af8a3009561e0566ed81962acbde6fc0/wrap-gbm/build.rs#L76-77l
[^3]: https://github.com/ash-rs/ash?tab=readme-ov-file#optional-linking
|
2025-01-18 17:31:43 +01:00 |
|
 Fabian AffolterandEdwin Mackenzie-Owen
|
431e18ae5b
|
python313Packages.cyclopts: 3.2.0 -> 3.2.1
Diff: https://github.com/BrianPugh/cyclopts/compare/refs/tags/v3.2.0...v3.2.1
Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v3.2.1
|
2025-01-18 17:31:42 +01:00 |
|
FliegendeWurst
|
c875c33867
|
scalpel: fix cross build
|
2025-01-18 17:22:13 +01:00 |
|
 Martin WeineltandGitHub
|
0f8d77e73f
|
python313Packages.fireflyalgorithm: 0.4.5 -> 0.4.6 (#373152)
|
2025-01-18 17:21:06 +01:00 |
|
 Nick CaoandGitHub
|
48aec0eb84
|
python312Packages.python-otbr-api: 2.6.0 -> 2.7.0 (#374464)
|
2025-01-18 11:20:54 -05:00 |
|
 R. RyanTMandGitHub
|
1e9e13f437
|
python312Packages.pwntools: 4.13.1 -> 4.14.0 (#374798)
https://github.com/Gallopsled/pwntools/releases/tag/4.14.0
|
2025-01-18 17:13:21 +01:00 |
|
 Pierre RouxandVincent Laporte
|
2444d7872a
|
coqPackages.corn: missing coq-elpi dependency for master (> 8.19.0)
|
2025-01-18 17:08:01 +01:00 |
|
 Pierre RouxandVincent Laporte
|
a9c0c91c72
|
coqPackages.itauto: add missing stdlib dependency
|
2025-01-18 17:08:01 +01:00 |
|
 Pierre RouxandVincent Laporte
|
b1d65bff40
|
Add missing mlPlugin
They now seem necessary with Coq master (future Rocq 9.0),
maybe linked to the now mandatory use of ocamlfind to load plugins.
|
2025-01-18 17:08:01 +01:00 |
|
Alex Martens
|
74de1cde51
|
nixos/borgbackup: fix typo in example
|
2025-01-18 08:06:05 -08:00 |
|
 R. RyanTMandGitHub
|
4854bedee5
|
python312Packages.asf-search: 8.0.1 -> 8.1.1 (#374646)
https://github.com/asfadmin/Discovery-asf_search/blob/v8.1.1/CHANGELOG.md
|
2025-01-18 17:05:28 +01:00 |
|
 Philip TaronandGitHub
|
9155958c3b
|
live-server: 0.9.0 -> 0.9.1 (#374815)
|
2025-01-18 08:04:48 -08:00 |
|
 R. RyanTMandGitHub
|
84d76b4e5e
|
python312Packages.autopep8: 2.3.1 -> 2.3.2 (#374720)
https://github.com/hhatto/autopep8/releases/tag/v2.3.2
|
2025-01-18 17:04:21 +01:00 |
|
 R. RyanTMandGitHub
|
06e8e56411
|
python312Packages.ibm-cloud-sdk-core: 3.22.0 -> 3.22.1 (#374737)
https://github.com/IBM/python-sdk-core/blob/v3.22.1/CHANGELOG.md
|
2025-01-18 17:02:22 +01:00 |
|
 R. RyanTMandGitHub
|
b6d3a89c55
|
python312Packages.marshmallow-sqlalchemy: 1.1.0 -> 1.3.0 (#374781)
https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/1.3.0/CHANGELOG.rst
|
2025-01-18 17:01:46 +01:00 |
|
 R. RyanTMandGitHub
|
fb069083c3
|
python312Packages.fedora-messaging: 3.6.0 -> 3.7.0 (#374794)
https://github.com/fedora-infra/fedora-messaging/releases/tag/v3.7.0
|
2025-01-18 17:00:59 +01:00 |
|
 Martin WeineltandGitHub
|
8d8b5644fb
|
python313Packages.django-taggit: 5.0.1 -> 6.1.0 (#374758)
|
2025-01-18 17:00:31 +01:00 |
|
 Martin WeineltandGitHub
|
26f009b49d
|
python312Packages.django-htmx: 1.19.0 -> 1.21.0 (#374757)
|
2025-01-18 16:54:18 +01:00 |
|
 Jörg ThalheimandGitHub
|
5ffe7c08be
|
switch-to-configuration-ng: add devshell (#344127)
|
2025-01-18 16:49:34 +01:00 |
|
Jörg Thalheim
|
00b6db5736
|
switch-to-configuration-ng: add devshell
|
2025-01-18 16:36:12 +01:00 |
|
 Nick CaoandGitHub
|
f52cc90396
|
python313Packages.publicsuffixlist: 1.0.2.20250111 -> 1.0.2.20250117 (#374739)
|
2025-01-18 10:25:21 -05:00 |
|
R. Ryantm
|
d804047f86
|
zwave-js-ui: 9.27.8 -> 9.29.1
|
2025-01-18 15:23:33 +00:00 |
|
 Nick CaoandGitHub
|
ab051effe6
|
python313Packages.cyclopts: 3.2.0 -> 3.2.1 (#374744)
|
2025-01-18 10:23:14 -05:00 |
|
 Nick CaoandGitHub
|
579459fed3
|
python313Packages.aiohomeconnect: 0.11.0 -> 0.11.2 (#374745)
|
2025-01-18 10:22:59 -05:00 |
|
 Nick CaoandGitHub
|
843e4ef420
|
python312Packages.django-import-export: 4.3.3 -> 4.3.4 (#374759)
|
2025-01-18 10:22:34 -05:00 |
|
 Nick CaoandGitHub
|
1231af3540
|
gh-poi: 0.12.0 -> 0.13.0 (#374808)
|
2025-01-18 10:21:07 -05:00 |
|
 Nick CaoandGitHub
|
908b2a4161
|
helmfile: 0.169.2 -> 0.170.0 (#374804)
|
2025-01-18 10:20:03 -05:00 |
|
 Nick CaoandGitHub
|
476436ef29
|
ttdl: 4.7.0 -> 4.8.0 (#374800)
|
2025-01-18 10:19:19 -05:00 |
|
 Nick CaoandGitHub
|
13b511449d
|
python313Packages.globus-sdk: 3.49.0 -> 3.50.0 (#374797)
|
2025-01-18 10:18:40 -05:00 |
|