module 2.92.0-1 + nixpkgs 24.11 + nixos-generators = build failure in editline?? #58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Run this flake as
nix run "path:${PWD}#vm"
:and you should see this build failure:
followed by a flood of "error: 1 dependencies of derivation '[store path].drv' failed to build" messages.
(in case it takes a while for you to get to this, a flake.lock is attached.)
Exactly the same
editline
build failure here with nix-darwin, it seems theeditline.patch
is conflicting with previously applied patches. Related upstream pull request comment: https://github.com/NixOS/nixpkgs/pull/391426#issuecomment-2749729523Full logs from
nix log /nix/store/25m2mycza36bxpl56lgrmpklbpmz4ykf-editline-1.17.1.drv
:Fixed in #59.
Workaround as a supplementary overlay:
should do the job (or so). Please let me know if this is not enough.
Ideally, @jade, if you agree, I can tag a 2.92.0-2 once merged.
2.92.0-2 tagged, this is fixed now.
I notice the
stable
branch is still pointing to 2.92.0-1; could that be updated for those of us trying to avoid manual updates?Ah, though I'm reading on #39 that the
stable
branch is not actually designed for this and the intended is to just pin the version number until there's a better process in place