mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:05:58 +01:00
nix: add libGL to build inputs
This commit is contained in:
parent
84bc0a73f6
commit
30ad71ff36
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue