Weekly Project News

Subscribe
Archives

Weekly GitHub Report for Nixpkgs: August 11, 2025 - August 18, 2025 (12:02:03)

Weekly GitHub Report for Nixpkgs

Thank you for subscribing to our weekly newsletter! Each week, we deliver a comprehensive summary of your GitHub project's latest activity right to your inbox, including an overview of your project's issues, pull requests, contributors, and commit activity.


Table of Contents

  • I. News
    • 1.1. Recent Version Releases
    • 1.2. Other Noteworthy Updates
  • II. Issues
    • 2.1. Top 5 Active Issues
    • 2.2. Top 5 Stale Issues
    • 2.3. Open Issues
    • 2.4. Closed Issues
    • 2.5. Issue Discussion Insights
  • III. Pull Requests
    • 3.1. Open Pull Requests
    • 3.2. Closed Pull Requests
    • 3.3. Pull Request Discussion Insights
  • IV. Contributors
    • 4.1. Contributors

I. News

1.1 Recent Version Releases:

No recent version releases were found.

1.2 Version Information:

Please provide the version release information you would like me to analyze and summarize.

II. Issues

2.1 Top 5 Active Issues:

We consider active issues to be issues that that have been commented on most frequently within the last week. Bot comments are omitted.

  1. hardware.deviceTree: mention nixos-hardware for a better raspberrypi implementation: This issue discusses how to translate Raspberry Pi-specific config.txt device tree parameters, such as dtparam=spi=on and dtoverlay=i2c-rtc,ds1307, into the NixOS hardware.deviceTree configuration. The user seeks guidance on handling overlay parameters like ds1307 within NixOS and suggests improving documentation by referencing the nixos-hardware repository for a better Raspberry Pi device tree implementation.

    • The comments clarify that dtparam is a Raspberry Pi-specific feature implemented in proprietary Broadcom bootloader tools, not a standard device tree feature, and that NixOS uses its own overlay application tool which does not support vendor-specific overrides. Contributors recommend focusing Raspberry Pi-specific device tree parameter support in the nixos-hardware repository rather than upstream Nixpkgs, sharing example overlays and modules, and emphasize that upstream Linux kernel does not support the vendor-specific override mechanism, thus discouraging adding such features to NixOS core.
    • Number of comments this week: 15
  2. nixos-rebuild-ng: cannot use new nix CLI without flakes: This issue reports that the nixos-rebuild-ng tool cannot build from a file using the --flake option together with the --file argument, which is supported by the new Nix CLI but currently rejected as mutually exclusive. The user requests that nixos-rebuild-ng be updated to support using the new Nix CLI with the --file argument without requiring flakes, enabling a more flexible build process.

    • The comments clarify that --flake and --file are mutually exclusive options because --flake instructs the tool to use flakes while --file evaluates a Nix expression directly, so combining them causes an error. The discussion highlights that nixos-rebuild currently uses the old CLI for --file, and while supporting the new CLI without flakes is possible, there is debate about the necessity and motivation for this change given potential compatibility issues and differing user interfaces.
    • Number of comments this week: 6
  3. rocmPackages.rocblas: rocblaslt error: Cannot read TensileLibrary_lazy_gfx1100.dat: No such file or directory: This issue reports a problem where the transformers library fails to run on a GPU with ROCm support due to rocblaslt being unable to find or load the required TensileLibrary_lazy_gfx1100.dat file, resulting in a CUDA runtime error. The user provides detailed reproduction steps and logs, and attempts to fix the issue by setting environment variables to point to the correct library path, but the problem persists with different error messages or no change.

    • The discussion reveals that the missing file is actually present in the rocblas distribution but not in hipblaslt, and setting environment variables like ROCBLAS_TENSILE_LIBPATH or HIPBLASLT_TENSILE_LIBPATH does not resolve the loading failure; attempts to disable hipblaslt usage or change preferred BLAS libraries also fail to fix the error, indicating a deeper integration or packaging issue.
    • Number of comments this week: 6
  4. firefox: on-device AI not working: This issue reports that the on-device AI features in the source-built Firefox from nixpkgs, such as Smart Tab Group, Automatic Alt Text Generation, and Link Preview, are not functioning correctly or are missing from the UI. The problem is specific to the source build, as the firefox-bin and Flatpak versions work properly, indicating that the AI runtime or dependencies like onnxruntime may be failing or missing in the source build.

    • Commenters confirmed that Smart Tab Group previously worked but now produces no logs, Link Preview can be enabled manually but lacks UI presence, and Automatic Alt Text Generation is inaccessible despite model downloads; the issue is suspected to be related to missing or failing onnxruntime dependencies, with no definitive logs available to diagnose further.
    • Number of comments this week: 4
  5. maestral-gui: v1.9.4 thinks it is v1.9.3 and wants to update: This issue reports that the maestral-gui version 1.9.4 on NixOS is mistakenly identified as version 1.9.3 and repeatedly prompts for an update despite already running the latest version. The problem is traced to the autostart .desktop file referencing an absolute path to an older version in the Nix store, causing the GUI to misreport the version and request unnecessary updates.

    • The discussion reveals that toggling the "Start Maestral on login" checkbox regenerates the autostart file with the correct version path, resolving the issue. It is noted that the autostart file uses an absolute path to the executable, which leads to version mismatches after updates, and there is consideration about whether this behavior should be patched in nixpkgs to avoid future confusion.
    • Number of comments this week: 4

2.2 Top 5 Stale Issues:

We consider stale issues to be issues that has had no activity within the last 30 days. The team should work together to get these issues resolved and closed as soon as possible.

  1. Build failure: python3Packages.horizon-eda: This issue reports a build failure for the python3Packages.horizon-eda package in the stable Nixpkgs version 25.05, where the Meson build system fails with an error indicating an unknown target horizon.so during the build phase. The problem has been consistently reproducible by Hydra, the Nix build farm, and occurs despite all required dependencies being found except for a few optional ones like spnav and osmesa.
  2. Update Request: cie-middleware-linux 1.5.6 → 1.5.9: This issue requests an update of the package cie-middleware-linux from version 1.5.6 to 1.5.9 in the Nixpkgs stable channel (25.05). It includes a reference to the upstream changelog and confirms that no existing pull request or duplicate issue addresses this update, ensuring maintainers are notified for action.
  3. zed-editor-fhs: mismatch with zed-editor about provided packages and outputs: This issue reports a discrepancy between the zed-editor-fhs and zed-editor packages in terms of the provided packages and their outputs, which are expected to match but currently do not. The reporter highlights the need for consistency by comparing both packages on the NixOS package search and requests that maintainers address this mismatch to ensure alignment.
  4. nheko: libcurl is not build properly with it: This issue reports that the libcurl library included with the nheko package in Nixpkgs stable version 23.05 is not built with the necessary options, causing it to fail when attempting to communicate with servers. As a result, users are unable to log in or perform network operations, with error logs indicating missing features or protocols in libcurl due to build-time decisions.
  5. Use jlink to create a Temurin with OpenJFX: This issue discusses the possibility of using jlink to integrate OpenJFX support into the temurin-bin package, as suggested by a member of the NixOS JVM Matrix group. It serves as a reminder or invitation to explore this approach, which is connected to the broader effort of migrating the Darwin platform from zulu to temurin-bin.

2.3 Open Issues

This section lists, groups, and then summarizes issues that were created within the last week in the repository.

Issues Opened This Week: 76

Summarized Issues:

  • Package Updates and Version Bumps: Multiple issues request updating various packages in Nixpkgs to newer upstream versions to fix bugs, add features, or address security concerns. These updates include python313Packages.vllm, cambalache, wivrn, timeline, matrix-continuwuity, mystmd, vscodium, radare2, Zammad, SoXt, colmap, and others, highlighting ongoing maintenance needs.
    • issues/432645, issues/432647, issues/432695, issues/432967, issues/433356, issues/433696, issues/433910, issues/433939, issues/433633, issues/434123, issues/434291
  • Build Failures and Compilation Issues: Several packages fail to build or compile due to missing dependencies, misconfigurations, or platform-specific errors. Notable failures include Monado with CUDA, citrix_workspace due to libsoup, flutterPackages-source.v3_29 with dangling symlinks, qtwebengine on Darwin, libgda5 autoreconf errors, and dart-sdk-macros missing requested packages. These issues hinder package usability and require fixes in build scripts or dependencies.
    • issues/432731, issues/433004, issues/433931, issues/433314, issues/433945, issues/434313
  • Runtime and Service Failures: Various services and applications fail to start or operate correctly due to missing binaries, misconfigurations, or environment issues. Examples include litellm failing due to missing Prisma binaries, gnome-keyring failing to create keyrings at incorrect paths, pocket-id failing to connect to PostgreSQL, and trezord.service crashing when the device is unplugged. These runtime problems affect user experience and system stability.
    • issues/432925, issues/433592, issues/434306, issues/434125
  • NixOS Module and Configuration Requests: There are requests for new modules or improved documentation to better support hardware or services, such as a Plasma 6 mobile desktop manager module, zero-cache sync engine module, and clearer documentation for Raspberry Pi device tree parameters and the speechd service. These requests aim to enhance system configurability and user guidance.
    • issues/432702, issues/433823, issues/432917, issues/433324
  • Environment and Dependency Wrapping Issues: Some packages and binaries fail due to missing environment variable wrapping or incorrect dependency application, such as alsa-utils binaries missing ALSA_PLUGIN_DIR wrapping, pyautogui incorrectly depending on xvfb-run on Darwin, and missing system dependencies causing Playwright Webkit tests to fail. These environment issues cause runtime errors and require fixes in packaging or environment setup.
    • issues/432786, issues/433049, issues/433406
  • CUDA and GPU Related Problems: Multiple issues relate to CUDA and GPU support, including CMake projects with CUDA always rebuilding due to path issues, Monado failing to find nvcc, rocblaslt loading incorrect libraries causing runtime errors, and missing RUNPATH entries in cudaPackages builds with debugging enabled. These problems impact GPU-accelerated development and runtime performance.
    • issues/432646, issues/432731, issues/434280, issues/434096
  • Networking and Container Issues: Problems include Docker to Podman socket replacement failures causing Docker CLI errors, Wordpress virtualHost settings not applied under Nginx, and OCI Containers registry login lacking support for short-lived AWS ECR tokens. These issues affect container management and web service configurations.
    • issues/433630, issues/432981, issues/432652
  • Security and Vulnerability Concerns: There are reports of security vulnerabilities in PostgreSQL requiring updates and a request to prioritize the Zammad security update. These highlight the importance of timely patching to maintain system security.
    • issues/433753, issues/433633
  • Tooling and Packaging Requests: Requests include packaging new tools like Rhai LSP, vim-rhai plugin, secretlint, CheckCle Server Monitoring Agent, and Tropy, as well as proposals to improve packaging methods such as making Radicale a Python library for easier plugin management. These aim to expand and improve the Nixpkgs ecosystem.
    • issues/433005, issues/433006, issues/434241, issues/433984, issues/434033, issues/433040
  • Build System and Derivation Warnings: Issues include the warnForBadVersionOverride warning triggering false positives in certain derivations and the pkgs.releaseTools.debBuild function failing due to missing commands like mkdir. These problems affect build reliability and developer experience.
    • issues/433409, issues/433008
  • Application-Specific Bugs and UI Issues: Problems such as Firefox source build AI features not working, maestral-gui misidentifying its version and prompting unnecessary updates, missing icons for certain GNOME applications, and httpd service using incorrect redirect codes affect usability and user interface consistency.
    • issues/432724, issues/433048, issues/434169, issues/433047
  • Cross-Platform and Architecture-Specific Failures: Issues include Go 1.25 build failures on macOS arm64 due to linker errors, pocket-id frontend build failures on aarch64 due to illegal instructions, and Flutter app builds failing on macOS. These highlight challenges in supporting diverse platforms and architectures.
    • issues/433688, issues/433152, issues/433310
  • Miscellaneous Bugs and Configuration Errors: Various other bugs include gamemode daemon authorization failures, nginx CORS errors in lasuite-docs, kanidm permission removal causing provisioning failures, and hash mismatches in immich.geodata due to timestamp reuse. These diverse issues impact system functionality and require targeted fixes.
    • issues/433514, issues/433567, issues/434121, issues/433846

2.4 Closed Issues

This section lists, groups, and then summarizes issues that were closed within the last week in the repository. This section also links the associated pull requests if applicable.

Issues Closed This Week: 33

Summarized Issues:

  • Build Failures Due to Hash Mismatches and Source Issues: Several packages including rust-analyzer, wpsoffice, immich, bolt-launcher, and immich-geodata fail to build because of hash mismatches in fixed-output derivations or source fetch errors. These mismatches prevent successful builds locally and on Hydra, requiring updates to SHA hashes or source URLs to fix the issues.
  • [issues/432960, issues/433016, issues/433024, issues/433201, issues/433671, issues/433721]
  • Package Version Updates: Multiple issues request updating packages such as jellyfin-tui, tailscale, cloudflared, matrix-conduit, qrtool, immich, Go, and Plex to newer upstream versions. These updates aim to keep packages current, fix bugs, address security vulnerabilities, or add new features.
  • [issues/432103, issues/432113, issues/432642, issues/433359, issues/433624, issues/433852, issues/433341, issues/433765]
  • Security and Dependency Concerns: The darktable and libgdata packages depend on insecure or deprecated libsoup versions, causing build failures and security concerns. Requests have been made to update these dependencies to secure versions to resolve these issues.
  • [issues/432583, issues/433575]
  • Configuration and Service Bugs: Issues with NixOS service configurations include the greetd service misconfiguration with tuigreet, improper formatting of babeld interface parameters, and the new nixos-rebuild-ng command failing to recognize relative flake paths. These bugs cause service startup failures or unexpected behavior until corrected.
  • [issues/432629, issues/432649, issues/433726]
  • Build Failures on Specific Platforms: The android-tools package fails to build on Darwin arm64 due to missing libudev-zero, and the xivlauncher application fails to launch on NixOS unstable due to a missing native SDL2 library. These platform-specific issues prevent proper package usage on affected systems.
  • [issues/432988, issues/433218]
  • Application Launch Failures and Missing Files: The plausible CLI crashes due to a missing COOKIE file, libation fails to launch silently on unstable, and jellyfin-tui lacks a .desktop file preventing menu appearance. These problems affect usability and require fixes or additions to restore expected functionality.
  • [issues/432747, issues/433269, issues/433436]
  • Package Downgrades and Deprecated Versions: A recent merge caused the Tiled package to be downgraded to an older pre-release version unintentionally, and Plex package builds fail due to deprecated upstream versions being removed. These issues necessitate updates to avoid regressions and build failures.
  • [issues/433541, issues/433054]
  • User Reports and Community Discussions: Some issues involve user reports lacking detail leading to closure, and community questions about project branding and misinformation, with maintainers clarifying positions and directing discussions appropriately.
  • [issues/433075, issues/433662]
  • Package Addition Requests and Closures: A request to add the Übersicht macOS desktop widget was closed due to lack of maintenance and security concerns, reflecting caution in accepting new packages with outdated dependencies.
  • [issues/433263]

2.5 Issue Discussion Insights

This section will analyze the tone and sentiment of discussions within this project's open and closed issues that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.

Based on our analysis, there are no instances of toxic discussions in the project's open or closed issues from the past week.


III. Pull Requests

3.1 Open Pull Requests

This section provides a summary of pull requests that were opened in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.

Pull Requests Opened This Week: 585

Key Open Pull Requests

1. p7zip: adjust to symlink to _7zz: This pull request updates the p7zip package by replacing its build process with symbolic links to the _7zz package and migrates dependent packages accordingly as part of dropping p7zip.

  • URL: pull/433137
  • Merged: No
  • Associated Commits: 9f2ba, b6c19, c99db, 40988, 992d7, cb24b, 7d808, f39e6, 92e6c, 58d9b, ed0f5, 898c3, d52db, af9fb, 0102d, 7e773, 81acb, ffeb7, 1abb3, 97f91, 9edf7, 79e5f, 52d9e, 0e536, 77fd6, da128, 62b6f, 00b1e, 85d32, 90813, 71bf8, 0bae3

2. [25.05] telegram-desktop: 5.13.1 -> 6.0.2, tdlib: 1.8.47 -> 1.8.52, update forks: This pull request manually backports multiple updates to bring the stable branch of telegram-desktop and its related forks from version 5.13.1 up to 6.0.2, along with updating tdlib from 1.8.47 to 1.8.52, thereby synchronizing stable users with recent messaging and channel features while addressing binary naming changes and ensuring basic functionality across all forks.

  • URL: pull/433177
  • Merged: No
  • Associated Commits: e62b5, f037c, 6b47a, a1743, 8da45, e76d7, eb36e, ee80f, f0943, 1b278, ccd52, 1f90e, 9e95b, 97f46, 8ddba, 83df8, bec20, d8f74, 61b16

3. go,buildGoModule: 1.24 -> 1.25; go_1_23,buildGo123Module: remove: This pull request updates the Go build module from version 1.24 to 1.25 and removes the go_1_23 and buildGo123Module, while also unpinning buildGoModule for multiple packages and marking some packages as broken.

  • URL: pull/433348
  • Merged: No
  • Associated Commits: 2a270, bf972, 80a3b, 1941d, f9e9c, 1479d, be1ba, aec73, 31ca5, ec12a, de054, b2914, 8b485, 4d7b4, b8701, 095f8, d1f9b, 23a22

Other Open Pull Requests

3.2 Closed Pull Requests

This section provides a summary of pull requests that were closed in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.

Pull Requests Closed This Week: 1024

Key Closed Pull Requests

1. opencode: ensure libstdc++.so.6 is available to subprocesses: This pull request modifies the opencode package by wrapping its binary with makeWrapper to set the LD_LIBRARY_PATH environment variable to include the C++ standard library, ensuring that subprocesses invoked by opencode can locate and use libstdc++.so.6 at runtime.

  • URL: pull/432727
  • Merged: No
  • Associated Commits: f2dd0, 374cf, c90bf, 416f2, d03d4, c919d, 5077b, 2addc, f2a62, 7daf4, a317a, 541e1, 1c142, 25efe, ab02a, 48dfc, 6296e, 88318, 62917, 482ef, c1295, 2db33, 1111e, 5af03, 924ce, 12247, 41447, 1d7d7, 22864, e0f5f, b9778, 32a78, 0b86f, 4c2ed, 7d6e4, 2b321, 6d93b, ea6fb, a64e6, 57596, 4f064, f0a29, f220a, f74e9, ebe62, 73326, 30b22, 819f1, 02995, 77f35, 2fc94, 35445, 33db4, 9783a, a6891, 0521c, 70d91, 63d07, 7231c, ac34f, cde84, aefe0, adae0, 76fb5, c902b, 73243, a6133, 89c2a, b4beb, 730db, 17834, 8be74, b733c, ee085, 881de, 93fca, 808a2, 2a909, 0f597, 46942, 93be5, 6df98, 2c02c, 83578

2. python3Packages.microsoft-kiota-*: add passthru.updateScript and update: This pull request updates multiple python3Packages.microsoft-kiota-* packages to version 1.9.5 and adds a passthru.updateScript to each, enabling automated update scripting for these packages in the Nixpkgs repository.

  • URL: pull/433206
  • Merged: Yes
  • Associated Commits: e244e, 0e87d, fc53e, d5f42, d8ec6, 9d1be, f8445, 5c820, ddc7f, c313b, fcfa5, 14444, 1f865, 6a4b4

3. python312Packages.mypy-boto3-*: update: This pull request updates multiple python312Packages.mypy-boto3 subpackages and python313Packages.boto3-stubs to newer versions, specifically upgrading various AWS service stubs such as cognito-idp, connect, ec2, inspector2, iot-data, lambda, quicksight, sagemaker, sso-admin, and transcribe to their latest releases between versions 1.40.0 and 1.40.7.

  • URL: pull/432943
  • Merged: Yes
  • Associated Commits: 1f354, d6a0a, f35f7, 9eff4, 68d42, 0a2cd, 41467, 3bb9d, 342f5, 91be2, 0502c

Other Closed Pull Requests

  • Boto3 and mypy-boto3 package updates: Multiple pull requests update python312Packages.mypy-boto3 and python313Packages.boto3-stubs packages to their latest versions, including incremental version bumps for various AWS modules like codebuild, ec2, organizations, and sagemaker. These updates ensure the packages remain current and compatible with the latest releases.
    • pull/433470, pull/433812
  • Home Assistant and related Python package updates: Two pull requests update the Home Assistant package and several related Python packages to their latest versions, including incremental version bumps from 2025.8.0 to 2025.8.2. These updates ensure compatibility and incorporate recent fixes and improvements as documented in their respective changelogs.
    • pull/432915, pull/434078
  • Bash removal and systemd bashless support in NixOS: Multiple pull requests focus on removing bash dependencies from systemd by restructuring scripts to be bashless and introducing options to disable or exclude default system components like bash, fuse, and kexec. These changes aim to reduce mandatory system closure and provide greater user control, supporting a bash-free activation process in NixOS.
    • pull/429972, pull/429695, pull/432630
  • Python package updates and new package additions: A pull request updates python313Packages.nox to a newer version and introduces python313Packages.dependency-groups as a standalone implementation of PEP 735 Dependency Groups, enhancing Python package offerings.
    • pull/433810
  • Linux kernel version updates: One pull request updates multiple Linux kernel versions including 6.16.1, 6.15.10, 6.12.42, 6.6.102, and 6.1.148, and prepares common configuration for version 6.17 to keep NixOS packages current with the latest kernel releases.
    • pull/434003
  • Slock and slstatus package modernization: A pull request migrates slock and slstatus to use the pkgs/by-name attribute set, modernizes configuration by internalizing config logic, replaces rec with finalAttrs, removes with lib, and makes conf, patches, and extraLibs configurable via nixpkgs.config for improved maintainability.
    • pull/432977
  • Libtas update and fixes: One pull request updates libtas from 1.4.5 to 1.4.6, upgrades Lua dependency to 5.4, fixes SDL_Log symbol errors, restores X11 compatibility, enables audio capture during movie encoding, and adds an override option to force libtas to run under X11 instead of Wayland.
    • pull/433123
  • KDE Gear suite update: A pull request updates the kdePackages Gear suite from version 25.04.3 to 25.08.0, including licensing, dependencies, and projects updates, temporarily marking the kamoso package as broken, and verifies basic functionality on x86_64-linux.
    • pull/433694
  • E-imzo maintainership change: One pull request changes the maintainership of the e-imzo package and its module from individual maintainers to the uzinfocom team, an open source team at a Uzbek state organization, to improve collaborative management and support.
    • pull/433705
  • Nixpkgs test suite improvement: A pull request updates the Nixpkgs test suite to run misc.nix and fetchers.nix tests within the derivation using the Nix version under test instead of the host Nix, enabling earlier detection of regressions like the fromTOML issue without relying on dogfooding on master.
    • pull/433729
  • PostgreSQL security updates: One pull request updates multiple PostgreSQL versions to address CVE-2025-8714 and CVE-2025-8715 by backporting fixes and incrementing versions from 13.21 to 13.22, 14.18 to 14.19, 15.13 to 15.14, 16.9 to 16.10, and 17.5 to 17.6.
    • pull/433756
  • Alot package refactor: A pull request refactors the "alot" package by removing disabled features, migrating to a hash-based approach, modernizing the codebase, adding a changelog to metadata, and simplifying code by removing "with lib".
    • pull/433918
  • Xfce components update: One pull request updates multiple Xfce components including libxfce4ui, libxfce4windowing, xfce4-session, xfce4-settings, and xfce4-screensaver to newer versions to incorporate latest improvements and fixes.
    • pull/434007
  • plexRaw package update: A pull request updates plexRaw from version 1.41.6.9685-d301f511a to 1.42.1.10060-4e8b05daf by backporting commits for incremental version upgrades and improvements, ensuring compatibility and stability on x86_64-linux.
    • pull/434009
  • Immich package manual backport: One pull request manually backports updates to the immich package from 1.136.0 to 1.138.0, including version bumps, hash fixes for immich.geodata, and relaxation of numpy constraints for immich-machine-learning to ensure release stability.
    • pull/434091
  • Build fixes for multiple packages: A pull request includes fixes to restore and improve build processes for packages like mbedtls, grafana, openvpn, and paperless-ngx on various platforms, addressing issues on aarch64 and compatibility with recent dependencies and kernel headers.
    • pull/432805
  • GitHub Actions dependency backports: One pull request manually backports several dependency version bumps for GitHub Actions used in workflows, including cachix/install-nix-action, actions/download-artifact, actions/checkout, and actions/create-github-app-token due to an automatic backport failure.
    • pull/432854
  • Static build fixes for PAM and related packages: A pull request fixes platform availability checks for audit and logind in linux-pam, marks static builds as unsupported due to lack of dynamic loading, and disables PAM support in static builds of shadow and util-linux to address broken functionality on static hosts.
    • pull/432924
  • R2modman update and new feature: One pull request manually backports r2modman from version 3.1.58 to 3.2.3 and adds support for handling ror2mm:// links, enabling mod installation via the "Install with Mod Manager" button on Thunderstore.
    • pull/433643
  • Gnuradio cross compilation fixes: A pull request fixes cross compilation issues in gnuradio by adjusting build configurations and dependencies, ensuring successful builds on x86_64-linux and improving Python-related feature compatibility during cross compilation.
    • pull/434298
  • catppuccin-qt5ct package update and maintainer addition: One pull request updates catppuccin-qt5ct to the latest commit as of 2025-03-29, adds qt6ct support, removes with lib; statement, and adds a new maintainer.
    • pull/431749

3.3 Pull Request Discussion Insights

This section will analyze the tone and sentiment of discussions within this project's open and closed pull requests that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.

Based on our analysis, there are no instances of toxic discussions in the project's open or closed pull requests from the past week.


IV. Contributors

4.1 Contributors

Active Contributors:

We consider an active contributor in this project to be any contributor who has made at least 1 commit, opened at least 1 issue, created at least 1 pull request, or made more than 2 comments in the last month.

If there are more than 10 active contributors, the list is truncated to the top 10 based on contribution metrics for better clarity.

Contributor Commits Pull Requests Issues Comments
r-ryantm 3354 1205 0 0
fabaff 695 127 0 7
mweinelt 483 17 0 38
yzhou216 42 31 1 299
wolfgangwalther 232 26 1 112
acid-bong 23 2 0 294
GaetanLepage 147 30 0 5
K900 135 12 0 28
mivorasu 140 27 0 3
sternenseemann 111 12 3 22

Don't miss what's next. Subscribe to Weekly Project News:
Powered by Buttondown, the easiest way to start and grow your newsletter.