-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
neovim: improve lpeg patch for darwin #351423
Conversation
fe79a60
to
a984f61
Compare
|
|
question: with this amount of rebuilds, should this PR target staging? |
This is a good question. |
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.
it's not an urgent patch (the overlay for darwin can stay broken for ~2 weeks with no issue) so I would target staging (even if it's small derivations, the eval time is apparently an issue for hydra) if there was not the format commit (merging a reformat on staging will just create merge conflicts later).
Maybe ask on https://matrix.to/#/#staging:nixos.org what's the best. We are close to a release so I expect hydra to be loaded.
|
|
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.
lgtm
Co-authored-by: Carlos Hernandez <[email protected]>
For reference, we took the |
Description
Since this neovim commit, the current change we make to the
lpeg
derivation when building neovim on darwin has stopped working.We have noticed it in the neovim-nightly-overlay project.
This modification by @hurricanehrndz solves the issue and is the object of this PR.
Ping relevant people
neovim derivation maintainers: cc @manveru @rvolosatovs
co-maintainer of neovim-nightly-overlay: cc @willruggiano
Commits
neovim: remove uneffective substituteInPlace patchesThings 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.