mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
Nix: add mesa dependency
This commit is contained in:
parent
af9e8d1758
commit
59997a7c38
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
libdrm,
|
||||
libGL,
|
||||
libxkbcommon,
|
||||
mesa,
|
||||
hyprlang,
|
||||
pam,
|
||||
pango,
|
||||
|
@ -29,6 +30,7 @@ stdenv.mkDerivation {
|
|||
libdrm
|
||||
libGL
|
||||
libxkbcommon
|
||||
mesa
|
||||
hyprlang
|
||||
pam
|
||||
pango
|
||||
|
|
Loading…
Reference in a new issue