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, 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