pkgsMusl.mailutils: fix build#436206
Merged
yuyuyureka merged 1 commit intoNixOS:stagingfrom Sep 29, 2025
Merged
Conversation
13 tasks
alyssais
reviewed
Aug 28, 2025
| @@ -31,7 +31,7 @@ index 930861d8a..3b67844d2 100644 | |||
| } | |||
|
|
|||
| set POP3D_ETC_DIR "$MU_DATA_DIR/etc" | |||
| +set MU_PASSWD_HASH [exec mkpasswd --method=yescrypt guessme] | |||
| +set MU_PASSWD_HASH [exec mkpasswd -m yescrypt guessme] | |||
Member
There was a problem hiding this comment.
It supports long options on glibc but not musl?
Contributor
Author
There was a problem hiding this comment.
Yes, --method fails with the pkgsMusl.mkpasswd
57f4b18 to
c325f1d
Compare
Member
|
Needs a rebase on staging to pick up the merged GSS fix. |
c325f1d to
78386f9
Compare
78386f9 to
c325f1d
Compare
c325f1d to
88258cf
Compare
88258cf to
2b96639
Compare
2b96639 to
0a55526
Compare
Contributor
Author
|
built pkgsMusl.mailutils on aarch64-linux |
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.
Depends on #436187, #436189
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.