Skip to content

Commit

Permalink
nix: add wayland-scanner native build input
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored and fufexan committed Sep 1, 2024
1 parent a46cd0b commit 22b058b
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 @@ -9,6 +9,7 @@
systemd,
wayland,
wayland-protocols,
wayland-scanner,
version ? "git",
}:
stdenv.mkDerivation {
Expand All @@ -19,6 +20,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
cmake
pkg-config
wayland-scanner
];

buildInputs = [
Expand Down

0 comments on commit 22b058b

Please sign in to comment.