-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
staging-next 2025-07-15 #425387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
staging-next 2025-07-15 #425387
+2,840
−1,152
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As per the comment in kexec-tools source, `ZSTD_isFrame` is a ```c /* * Reimplementation of private function available if zstd is * statically linked. Remove when it becomes public. */ ``` This patch pulls in a fix that allows for these duplicate symbols to link successfully.
Upstream removed the uthash dependency in 2019 [1]. It us unnecessary to add this dependency in nixpkgs, and just unnecessarily bloats closure size. [1] fontforge/fontforge@1ec6231
* python312Packages.certifi: 2025.4.26 -> 2025.6.15 * python312Packages.certifi: upstream minimum * Update pkgs/development/python-modules/certifi/default.nix --------- Co-authored-by: Sandro <[email protected]>
This removes the recently introduced shell based implementation of `sponge` which wasn't capable of managing binary input. Now, a tmpFile under $TMPDIR is created manually and later deleted see: #414448 (comment)
This fixes building perlPackages.Po4a on musl. While we haven't seen it with Glibc, I have no reason to believe the bug is musl-specific. Fixes: 74042ae ("gettext: 0.22.5 -> 0.25")
This reverts commit 41d70b1. Merged a proper fix now.
Fixes: 9e25ab5 ("v4l-utils: 1.24.1 -> 1.30.1")
…sing_1 when supported (#422763)
https://hydra.nixos.org/build/302826781/nixlog/2/tail It's similar to a few other packages in this staging-next cycle.
13 tasks
@OPNA2608: some lomiri tests broke down, possibly related to some xvfb changes: EDIT: resolved later. |
I'm too impatient to wait half an hour for a single-threaded build, and a few retries of 24-threaded builds seemed just OK.
https://hydra.nixos.org/build/302913039/nixlog/2/tail It's similar to a few other packages in this staging-next cycle.
https://hydra.nixos.org/build/302913041/nixlog/3/tail It's similar to a few other packages in this staging-next cycle.
https://hydra.nixos.org/build/303058121/nixlog/2/tail It's similar to a few other packages in this staging-next cycle.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1.severity: security
Issues which raise a security issue, or PRs that fix one
4.workflow: staging
A staging-next or staging-next-XX.YY branch
9.needs: reviewer
This PR currently has no reviewers requested and needs attention.
10.rebuild-darwin: 501+
This PR causes many rebuilds on Darwin and should normally target the staging branches.
10.rebuild-darwin: 5001+
This PR causes many rebuilds on Darwin and must target the staging branches.
10.rebuild-darwin-stdenv
This PR causes stdenv to rebuild on Darwin and must target a staging branch.
10.rebuild-linux: 501+
This PR causes many rebuilds on Linux and should normally target the staging branches.
10.rebuild-linux: 5001+
This PR causes many rebuilds on Linux and must target the staging branches.
10.rebuild-linux-stdenv
This PR causes stdenv to rebuild on Linux.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Helpful links
https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents
https://hydra.nixos.org/job/nixos/staging-next-small/tested
https://hydra.nixos.org/jobset/nixpkgs/staging-next
https://hydra.nixos.org/jobset/nixos/staging-next-small
Important breakages
nothing notable so far