Merged
Conversation
Contributor
Author
|
I understand the PR needs to target |
1195d5f to
f220991
Compare
This comment was marked as outdated.
This comment was marked as outdated.
40b7604 to
c355c9a
Compare
Contributor
Author
|
13 tasks
13 tasks
ghost
reviewed
Jan 4, 2026
ghost
left a comment
There was a problem hiding this comment.
The update looks fine, the meson transition is welcome.
My comments are nits about making the diff cleaner
c355c9a to
d09317e
Compare
d09317e to
514ae4e
Compare
drupol
reviewed
Jan 4, 2026
drupol
approved these changes
Jan 4, 2026
SuperSandro2000
approved these changes
Jan 4, 2026
Contributor
Author
|
This PR needs to be backported to staging-25.11 by the way. |
Contributor
|
Successfully created backport PR for |
jtojnar
reviewed
Jan 5, 2026
|
|
||
| NIX_LDFLAGS = if stdenv.isDarwin then "-liconv" else null; | ||
|
|
||
| preFixup = '' | ||
| # fallback values need to be last | ||
| wrapProgram "$out/bin/xdg-user-dirs-update" \ | ||
| --suffix XDG_CONFIG_DIRS : "$out/etc/xdg" | ||
|
|
||
| substituteInPlace "$out/lib/systemd/user/xdg-user-dirs.service" \ | ||
| --replace-fail "/usr/bin/xdg-user-dirs-update" "$out/bin/xdg-user-dirs-update" |
Member
There was a problem hiding this comment.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates xdg-user-dirs to 0.19.
gettextis now used in Linux systems because themsgfmtexecutable is needed by meson to install the localization files.libiconvandlibintlwere added tobuildInputsbecause I think this is the correct way to specify those dependencies (please correct me if I'm wrong).makeWrapperwithmakeBinaryWrapper.Diff: https://gitlab.freedesktop.org/xdg/xdg-user-dirs/-/compare/0.18...v0.19?from_project_id=1232
Changelog: https://gitlab.freedesktop.org/xdg/xdg-user-dirs/-/blob/v0.19/NEWS?ref_type=tags#L1
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.