nix: add libGL to build inputs

This commit is contained in:
André Silva 2023-11-17 12:24:43 +00:00 committed by Mihai Fufezan
parent 84bc0a73f6
commit 30ad71ff36

View file

@ -10,6 +10,7 @@
git, git,
hyprland-protocols, hyprland-protocols,
jq, jq,
libGL,
libdrm, libdrm,
libinput, libinput,
libxcb, libxcb,
@ -71,6 +72,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
git git
cairo cairo
hyprland-protocols hyprland-protocols
libGL
libdrm libdrm
libinput libinput
libxkbcommon libxkbcommon