From 22b058b47a57b609e00c5c8a90697f33c7fe1fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Sun, 1 Sep 2024 14:08:40 +0100 Subject: [PATCH] nix: add wayland-scanner native build input --- nix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/default.nix b/nix/default.nix index 4ada676..5238809 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -9,6 +9,7 @@ systemd, wayland, wayland-protocols, + wayland-scanner, version ? "git", }: stdenv.mkDerivation { @@ -19,6 +20,7 @@ stdenv.mkDerivation { nativeBuildInputs = [ cmake pkg-config + wayland-scanner ]; buildInputs = [