Skip to content

staging-next 2026-03-07#497493

Open
K900 wants to merge 779 commits intomasterfrom
staging-next
Open

staging-next 2026-03-07#497493
K900 wants to merge 779 commits intomasterfrom
staging-next

Conversation

pyrox0 and others added 30 commits March 2, 2026 22:04
This change is required to fix locales, as without the `lib` output
`localedir` is set to `share/locale`, causing xdg-user-dirs to fall back
to searching for locales in `$XDG_DATA_DIRS`, unsuccessfully.

Before:
```
$ strings result/bin/.xdg-user-dirs-update-wrapped | grep share
share/locale
```

After:
```
$ strings result/bin/.xdg-user-dirs-update-wrapped | grep share
/nix/store/9m66155g6hpnnhn7mz5ac70qbdspkjfl-xdg-user-dirs-0.19-lib/share/locale
```

Signed-off-by: David Wronek <david.wronek@mainlining.org>
Upstream has re-used the existing tag to push fixes
sternenseemann and others added 30 commits March 11, 2026 14:06
Seems like the test suite is copied from attoparsec and suffers from the
same flaws.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.workflow: staging A staging-next or staging-next-XX.YY branch 8.has: package (new) This PR adds a new package 8.has: package (update) This PR updates a package to a newer version 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 and must target a staging branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.