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 = [