Skip to content
Discussion options

You must be logged in to vote

For future referece, I was missing the libGL in my LD_LIBRARY_PATH env in the shell:

pkgs.mkShell {
  # other things
  LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${
    with pkgs;
    lib.makeLibraryPath [
      wayland
      libxkbcommon
      fontconfig
      libGL
    ]
  }";
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@woile
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by woile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants