-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
musl: refactor #328327
musl: refactor #328327
Conversation
|
Result of 2 packages marked as broken and skipped:
1 package blacklisted:
177 packages built:
|
Well, the effort on updating NetBSD's compat files will be done another day. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4290 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a big fan of splitting sources. Still, code-wise I don't think this is creating problems.
I will draft this a little bit because the compat package changed its name in Alpine. |
This is duplicating effort from the very long running effort in #229439. Please help with broken packages, which is the reason this hasn't been finished yet, and if you want to refactor, please do that in a separate PR to not interfere with the upgrade work. |
Since theey is not active in a long span of time. Also, add AndersonTorres.
Well, let's go: - The sources were detached to a separated file, so that we can track them more easily. - Indeed some files came from Alpine Linux aports repo, however they borrowed from NetBSD; ideally we should pick them from their origins. - The sources are treated as packages, with pname, version and src well-defined. - The usage of null as default is too error-prone, as demonstrated by an old Emacs refactor we did. - I have grepped the Nixpkgs and I have not found references that nullified linuxHeaders. - finalAttrs design pattern - SRI hashes - Use `output*` variables - strictDeps - set as false so we can track it later when true - env vars inside env - Remove comments from Bash code - Bash is to assembly as Nix is to Haskell. Bash is plumbing, and comments inside it has few to no value; indeed they have negative value, given that they are no-ops *and* cause mass rebuilds. - A more or less elegant solution employed by our Emacs expression is to concatenate strings. - use pushd/popd instead of subshell - passthru - meta: - get rid of nested with - longDescription Phew!
@alyssais that being said, I removed the version upgrade from this PR. Further, I created an entry for a musl team. What do you think? |
I will reopen this in a new repo later. |
Description of changes
Picking from #328072, since it does not mass-rebuild.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.