Skip to content

Commit

Permalink
Nix: add libdrm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Feb 21, 2024
1 parent 3f8b6b5 commit 29c5d4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
cmake,
pkg-config,
cairo,
libdrm,
libGL,
libxkbcommon,
hyprlang,
Expand All @@ -25,6 +26,7 @@ stdenv.mkDerivation {

buildInputs = [
cairo
libdrm
libGL
libxkbcommon
hyprlang
Expand Down

1 comment on commit 29c5d4d

@matt1432
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also needed to add mesa in buildInputs for gbm

Please sign in to comment.