nix-community / nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou]
628 stars 76 forks source link

Don't include i686 binaries on non-x86 host architectures #150

Closed rollcat closed 3 months ago

rollcat commented 6 months ago

I've stumbled upon this blog post, describing a workaround for ARM machines: https://artemis.sh/2023/12/19/nixgl-aarch64.html

The post's author says:

It would probably be good to fix this upstream, so that it doesn’t pull on i686 libraries on other architectures. I don’t actually know how to do that though, else I’d try to write a fix myself, so I’m writing about how to make it work right now since that’s what I’ve got the energy for.

I think raising this as an issue would be a good first step.

SuperSandro2000 commented 6 months ago

Please test #151