Nix: add libdrm dependency

This commit is contained in:
Mihai Fufezan 2024-02-22 00:55:33 +02:00
parent 3f8b6b5c95
commit 29c5d4da94
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
cmake,
pkg-config,
cairo,
libdrm,
libGL,
libxkbcommon,
hyprlang,
@ -25,6 +26,7 @@ stdenv.mkDerivation {
buildInputs = [
cairo
libdrm
libGL
libxkbcommon
hyprlang