-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Unable to Install on macOS via nix-env #1232
Comments
Hi!
The readme says installation via nix-env is possible, and that macOS is a supported OS. But when I try to install it on macOS using the Nix CLI, I get an error that the package is not supported on macOS/Darwin.
Sorry if this was confusing, indeed the two statements don't compose:
macOS is non-officially supported but _not_ via Nix. You can install
webkitgtk via MacPorts. That said, the process is convoluted.
My guts tell me that the way forward for macOS support is Nix, so we'd
need to work in that direction.
Any takers to get the webkitgtk Nix package to work on macOS?
@jmercouris has some patches I believe.
|
There is somebody working on this already, let me try to find the information. |
Here it is: NixOS/nixpkgs#116233 (review) |
Hopefully that is useful :-) |
Fantastic news!
|
FWIW, the MacPorts kind of manages to build. It took about 2h30 on a Late 2012 Mac mini, 2,6 GHz Quad-Core Intel Core i7, 16 GB RAM, macOS Catalina 10.15.7. I had a couple of issues. The main one was ensuring that Although the build process errors out towards the end, the command line Running that executable from the terminal ( The internal documentation (tutorial, help, etc) loads normally. Trying to open an external URL fails with a "WebKit encountered an internal error" message displayed in the buffer.
|
The dreaded "internal error" message! :-D thank you for this thorough reporting! |
I followed the instructions here: https://source.atlas.engineer/view/repository/macports-port |
Are you sure you ran It outputs something like:
|
Ah, I cloned the nyxt git repo instead of the
|
Hi, I'm interested in helping with this. I would really like to use nyxt as my daily driver browser - there are many reasons this makes sense for me. However, I would probably need some guidance in fixing some things -- I am not very experienced with CL, and I am not super experienced with i.e. GTK, etc. Thoughts? |
Hello Joel, thank you for your interest. It isn't exactly about having good experience, it is about having a lot of perseverance. At some point, it seems you are trying random things, and searching cryptic error messages until you can get it to work. There is a lot of machinery that makes no sense. I wish you the best of luck! |
Stale. Nyxt 3.0.0 should land on Nix soon. See NixOS/nixpkgs#217888. Please open an issue if that will fail to work on macOS. |
Describe the bug
The readme says installation via nix-env is possible, and that macOS is a supported OS. But when I try to install it on macOS using the Nix CLI, I get an error that the package is not supported on macOS/Darwin.
Information
The text was updated successfully, but these errors were encountered: