Skip to content

Integrate with nixGL #29

@tobiasBora

Description

@tobiasBora

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions