-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
lisp-packages.nix: update Nyxt #131665
lisp-packages.nix: update Nyxt #131665
Conversation
Hmmm, so you need CL-WebKit2 fresher than the latest Quicklisp? Or would it be enough to run Quicklisp update? (also, I think you said you expected an extra package to be needed) |
We sometimes need cl-webkit2 fresher than the latest quicklisp. We need extra packages for 2.2.0, and 2.3.0. |
I am not exactly eager to edit generated files, and putting the real version into overrides sounds «update-forgetting-prone»… So I guess globally the way to go is to add cl-webkit2-nyxt in lispPackages that overrides the Quicklisp-converted version. |
Perhaps that is the solution, in any case, I don't know how to make it happen. When 2.3.0 comes out I will ping you with the new dependencies and then we could do it at that time. I think that makes the most sense. What do you think? |
Co-authored-by: Sandro <[email protected]>
Is there a way to locally override |
Well, you can use |
@7c6f434c Oh, that's interesting. I didn't think the |
@pjones you can always override, or even clone the expression and pass it whatever version you want. (Sure, it won't propagate per se, unless you do some magic) |
@7c6f434c can you please remind me how I would test my local nixpkgs checkout/modifications? I have cloned NixOS/nixpkgs, and made some changes, I then try to do:
but for some reason it always ends up |
Nevermind, I found the answer here: https://nixos.wiki/wiki/Nixpkgs/Create_and_debug_packages it seems my documentation was outdated. |
A proper Quicklisp update has happened since, and together with Nyxt update to a fresher version |
@7c6f434c
These are the changes I had to make to update Nyxt for NixOS.
Closes #127906