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,
|
libdrm,
|
||||||
libGL,
|
libGL,
|
||||||
libxkbcommon,
|
libxkbcommon,
|
||||||
|
mesa,
|
||||||
hyprlang,
|
hyprlang,
|
||||||
pam,
|
pam,
|
||||||
pango,
|
pango,
|
||||||
|
@ -29,6 +30,7 @@ stdenv.mkDerivation {
|
||||||
libdrm
|
libdrm
|
||||||
libGL
|
libGL
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
|
mesa
|
||||||
hyprlang
|
hyprlang
|
||||||
pam
|
pam
|
||||||
pango
|
pango
|
||||||
|
|
Loading…
Reference in a new issue