fix: missing hardware rendering dependencies
This commit is contained in:
parent
333d5d890b
commit
3e3f0ca2dc
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
||||||
dlDeps = with pkgs; [
|
dlDeps = with pkgs; [
|
||||||
# needed for both x11 and wayland
|
# needed for both x11 and wayland
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
|
libGL
|
||||||
|
vulkan-loader
|
||||||
|
|
||||||
wayland
|
wayland
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue