nix: add wayland-scanner native build input

This commit is contained in:
André Silva 2024-09-01 14:11:59 +01:00 committed by Mihai Fufezan
parent cc71c0b7d9
commit 73b0fc26c0
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
pango, pango,
wayland, wayland,
wayland-protocols, wayland-protocols,
wayland-scanner,
version ? "git", version ? "git",
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
@ -28,6 +29,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
wayland-scanner
]; ];
buildInputs = [ buildInputs = [