mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 08:06:00 +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,
|
||||
hyprland-protocols,
|
||||
jq,
|
||||
libGL,
|
||||
libdrm,
|
||||
libinput,
|
||||
libxcb,
|
||||
|
@ -71,6 +72,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
|
|||
git
|
||||
cairo
|
||||
hyprland-protocols
|
||||
libGL
|
||||
libdrm
|
||||
libinput
|
||||
libxkbcommon
|
||||
|
|
Loading…
Reference in a new issue