-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
First, thanks for this great program.
When running a program using openGL (e.g. blender) you get an error:
$ nix run github:thiagokokada/nix-alien -- blender
/tmp/blender-3.2.2-linux-x64/blender: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
As far as I see the best solution is to use nixGL
:
$ nix run --impure github:guibou/nixGL --override-input nixpkgs nixpkgs/nixos-21.11 -- nix run github:thiagokokada/nix-alien -- blender
This does work but it is definitely not super easy to run... It would be great if nix-alien could directly handle openGL correctly.
Metadata
Metadata
Assignees
Labels
No labels