mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
Nix: add libdrm dependency
This commit is contained in:
parent
3f8b6b5c95
commit
29c5d4da94
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
cmake,
|
cmake,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
cairo,
|
cairo,
|
||||||
|
libdrm,
|
||||||
libGL,
|
libGL,
|
||||||
libxkbcommon,
|
libxkbcommon,
|
||||||
hyprlang,
|
hyprlang,
|
||||||
|
@ -25,6 +26,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cairo
|
cairo
|
||||||
|
libdrm
|
||||||
libGL
|
libGL
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
hyprlang
|
hyprlang
|
||||||
|
|
Loading…
Reference in a new issue