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,
|
||||
pkg-config,
|
||||
cairo,
|
||||
libdrm,
|
||||
libGL,
|
||||
libxkbcommon,
|
||||
hyprlang,
|
||||
|
@ -25,6 +26,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [
|
||||
cairo
|
||||
libdrm
|
||||
libGL
|
||||
libxkbcommon
|
||||
hyprlang
|
||||
|
|
Loading…
Reference in a new issue