Added dynamic linking for wayland/libxkbcommon/libGL so I can run godot
games
This commit is contained in:
@@ -67,6 +67,10 @@
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
stdenv.cc.cc
|
||||
|
||||
wayland
|
||||
libxkbcommon
|
||||
libGL
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
||||
Reference in New Issue
Block a user