diff --git a/nix/default.nix b/nix/default.nix index a035b7c..1530619 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -17,6 +17,7 @@ pango, wayland, wayland-protocols, + wayland-scanner, version ? "git", }: stdenv.mkDerivation { @@ -28,6 +29,7 @@ stdenv.mkDerivation { nativeBuildInputs = [ cmake pkg-config + wayland-scanner ]; buildInputs = [