Commit Graph
733099 Commits
Author SHA1 Message Date
Weijia Wang 2b969610d6 treewide: replace darwin.apple_sdk_11_0.stdenv with stdenv on darwin 2025-01-03 20:52:41 +01:00
Masum RezaandGitHub 3e9a292d21 jack1: 0.125.0 -> 0.126.0 (#370697) 2025-01-04 01:22:32 +05:30
Donovan GloverandGitHub aebede4015 hyprlandPlugins.hyprfocus: fix build (#370636) 2025-01-03 19:46:39 +00:00
toonnandGitHub d47598bb0e nb: 7.15.0 -> 7.15.1 (#370332) 2025-01-03 20:36:07 +01:00
Mauricio CollaresandGitHub 634ef3757f rocmPackages.llvm.clang: remove -nostdlibinc flag (#370180) 2025-01-03 20:32:27 +01:00
PerchunPak db3c2922ab hyprlandPlugins.hyprfocus: fix build 2025-01-03 20:23:57 +01:00
John Titor f5ef950cfe pocl: 0.6.0 -> 6.0-unstable-2025-01-02
This fixes build with LLVM 19. The needed commit in question is https://github.com/pocl/pocl/commit/2ec5e820a9b5d58fb770cf9a3dc1795ca1a418d4 but it couldn't be applied automatically due to merge conflict. So let's move to unstable (latest commit as of now).

Additionally add johnrtitor as maintainer

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-01-04 00:49:32 +05:30
David McFarland 5967f89f74 dependency-track: pin nodejs_20 for frontend
Using node 22 results in this error when building:

> npm error node-pre-gyp http GET https://github.com/marudor/libxmljs2/releases/download/v0.33.0/node-v127-linux-x64-glibc.tar.gz
> npm error node-pre-gyp ERR! install request to https://github.com/marudor/libxmljs2/releases/download/v0.33.0/node-v127-linux-x64-glibc.tar.gz failed, reason: getaddrinfo EAI_AGAIN github.com
2025-01-03 15:16:24 -04:00
Pol Dellaiera 962d4a81a4 vscode-extensions.visualjj.visualjj: add sources for the different architectures 2025-01-03 20:14:34 +01:00
K900andGitHub 92befe3713 mesa: 24.3.2 -> 24.3.3 (#370696) 2025-01-03 22:08:26 +03:00
Luke Granger-BrownandGitHub 9855f26d29 factorio: use real instead of sample in download help; warn about credentials in store (#351555) 2025-01-03 19:07:51 +00:00
Mauricio Collares 7d27fd2b04 rocmPackages.llvm.clang: remove -nostdlibinc flag 2025-01-03 19:49:32 +01:00
R. RyanTMandGitHub a5af1da130 melonDS: 1.0rc-unstable-2024-12-05 -> 1.0rc-unstable-2024-12-26 (#370301) 2025-01-03 13:49:32 -05:00
John Titor 9e93bb5054 jack1: 0.125.0 -> 0.126.0
celt should be pinned to celt_0_7 for compatibility reasons.
Specifically definition of celt_encoder_create, celt_decoder_create functions changed in laters of celt.
This wasn't required in GCC_13 or older because the compiler would ignore it and print just an incompatible pointer to int conversion warning.

Additionally version bumping of jack1 fixes another bug with port_rename_callback definition.
This currently fixes build failure in master.

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-01-04 00:18:21 +05:30
Robert Schütz f5cfa33be1 python312Packages.img2pdf: skip failing tests 2025-01-03 10:39:00 -08:00
K900 22ed6be325 mesa: 24.3.2 -> 24.3.3 2025-01-03 21:37:42 +03:00
Andrew Marshall 5c358db5d7 factorio: note that credentials will be world-readable in help msg 2025-01-03 13:35:10 -05:00
EmilyandGitHub c807ed4f48 grpc: move to pkgs/by-name (#370670) 2025-01-03 18:34:57 +00:00
Andrew Marshall fff8abc77b factorio: use actual args instead of sample in download help
Makes it easier for the user since they should no longer have to
manually replace things. Remove the note about the name as it may no
longer be true, and the user now has to care less since the values are
more easily copy-pastable.
2025-01-03 13:34:36 -05:00
Yarny0 d584a8bb0d virtualbox: fix X11 shared clipboard
Since the update to version 7.1.4,
clipboard sharing is broken if the host runs in X11.
The exact preconditions to trigger the bug are still unclear to me:
It can reliably be reproduced if the host
runs within a plasma5 desktop environemnt,
while the bug does not occur in an Xfce environment.
The guest OS doesn't seem to matter
(tested with Windows 11 and NixOS).

Corresponding log messages (virtualbox machine log) are:

> Shared Clipboard: Initializing X11 clipboard (regular mode)
> Shared Clipboard: libxFixes.so.* not found!
> Shared Clipboard: Failed to load the XFIXES extension
> Shared Clipboard: Initialisation failed: VERR_NOT_SUPPORTED
> Shared Clipboard: X11 event thread reported an error while starting

The underlying problem here is that virtualbox
dlopens `libXfixes.so.*` which is not in the RPATH:
https://github.com/mirror/vbox/blob/74117a1cb257c00e2a92cf522e8e930bd1c4d64b/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp#L961

To fix the issue, the commit at hand does what has already been
done for other libraries (like `libpulse` or `libasound`):
The full path to the library is patched into the dlopen call.
2025-01-03 19:33:08 +01:00
Robert Schütz 3aed333cde imagemagick: 7.1.1-40 -> 7.1.1-43
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-40...7.1.1-43

Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
2025-01-03 10:20:57 -08:00
Robert SchützandGitHub 64e0c3052d immich-public-proxy: init at 1.5.4, nixos/immich-public-proxy: init module (#362907) 2025-01-03 10:16:36 -08:00
Weijia WangandGitHub f6b0b9220e mongodb{,-6_0}: use new apple sdk pattern (#370666) 2025-01-03 19:16:18 +01:00
Maximilian BoschandGitHub e8afaf8b7e Merge: element-web: escape JSON string (#369762) 2025-01-03 19:09:00 +01:00
Robert Schütz c9589e4a75 home-assistant: support jvc_projector component 2025-01-03 10:04:10 -08:00
Robert Schütz a44a3bc54a python312Packages.pyjvcprojector: init at 1.1.2 2025-01-03 10:03:22 -08:00
Nicola Squartini db7b7fa985 bitbox: add more meta-attributes 2025-01-03 18:57:32 +01:00
Robert Schütz 2c596c1cb2 home-assistant: support eddystone_temperature component 2025-01-03 09:55:06 -08:00
Robert Schütz 14a2097972 python312Packages.beacontools: init at 2.1.0 2025-01-03 09:54:00 -08:00
EmilyandGitHub f585e482bd wesnoth: 1.18.2 -> 1.18.3; Revert "wesnoth: pin to boost183 to restore the build" (#370612) 2025-01-03 17:52:12 +00:00
R. Ryantm cf837ebe92 memtester: 4.7.0 -> 4.7.1 2025-01-03 17:49:57 +00:00
Robert Schütz 9f0b60a08d python312Packages.ahocorapy: init at 1.6.2 2025-01-03 09:49:29 -08:00
Shawn8901 7f40a2c2fe portfolio: 0.72.2 -> 0.73.0 2025-01-03 18:45:59 +01:00
Franz PletzandGitHub fcc6f721c9 mediamtx: 1.10.0 -> 1.11.0 (#370604) 2025-01-03 18:45:49 +01:00
Franz PletzandGitHub 4df8a4fea7 python312Packages.libvirt: fix cross build (#370623) 2025-01-03 18:38:34 +01:00
Weijia Wang 79660b4ef4 bazel_7: use new apple sdk pattern 2025-01-03 18:35:59 +01:00
Weijia Wang 2e4aa2b7ab bazel_6: use new apple sdk pattern 2025-01-03 18:35:53 +01:00
Weijia Wang 1fac09ca92 bazel_5: use new apple sdk pattern 2025-01-03 18:35:21 +01:00
Robert Schütz c5eecdd3b7 python312Packages.imgw-pib: 1.0.7 -> 1.0.8
Diff: https://github.com/bieniu/imgw-pib/compare/refs/tags/1.0.7...1.0.8

Changelog: https://github.com/bieniu/imgw-pib/releases/tag/1.0.8
2025-01-03 09:33:38 -08:00
EmilyandGitHub a3cc57a95f treewide: unpin apple-sdk_11 pt 8 (#370654) 2025-01-03 17:30:38 +00:00
Marcin Serwin 6fb35933b5 pdfposter: unbreak 2025-01-03 18:20:13 +01:00
Perchun PakandGitHub a748f4ce07 .github/workflows/ofborg-pending.yml: delete (#370427)
Ofborg is dead for a few days, so this workflow is useless.

https://discourse.nixos.org/t/infrastructure-announcement-the-future-of-ofborg-your-help-needed/56025
2025-01-03 18:17:21 +01:00
Weijia Wang c2525c85fa grpc: move to pkgs/by-name 2025-01-03 18:09:13 +01:00
Weijia Wang 67dfca0395 mongodb{,-6_0}: use new apple sdk pattern 2025-01-03 17:57:07 +01:00
lucasew b3df77d150 catboost: tweak, fix build
Signed-off-by: lucasew <lucas59356@gmail.com>
2025-01-03 13:51:02 -03:00
Robert SchützandGitHub 8adbfd9251 home-assistant-custom-components.homematicip_local: 1.76.1 -> 1.77.0 (#370615) 2025-01-03 08:48:30 -08:00
Robert SchützandGitHub cfc0a3ce56 python312Packages.json-api-doc: init at 0.15.0 (#370382) 2025-01-03 08:46:30 -08:00
Martin WeineltandGitHub 97d21738c2 home-assistant: support slide component (#370649) 2025-01-03 17:44:43 +01:00
Gaétan LepageandGitHub 0519d5c43a dtbloader : improve (#370647) 2025-01-03 17:34:41 +01:00
Luke Granger-BrownandGitHub b0128a106c cupsd: Allow major upgrades of gutenprint with cups-genppdupdate. (#129337) 2025-01-03 16:27:37 +00:00