-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Package request: Veloren on Darwin #372702
Comments
For the record, I attempted to build it on darwin, however the package build is currently encountering this issue on all platforms. |
Supporting darwin is just a matter of figuring out which runtime libraries have to be added to the wrapper. |
Veloren doesn't support building on the latest rust nightly (and likely wont for a while, because of how often things break there), instead we use a pinned nightly toolchain which is currently |
Considering running Veloren directly is technically unsupported upstream, could we just get Airshipper to build on darwin? |
Unfortunate... thanks for the info
It might be possible, though I'm unfamiliar with how darwin loads libraries exactly. (we can't use the patchelf method, like it is currently being done on linux) |
Project description
Veloren is already packaged for nixpkgs but only with Linux support. I would love it if someone made the package able to run on Darwin. The project has official support for MacOS, its just a matter of getting it in nixpkgs.
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: