From 8d00b653a55a38dba05017d34f4447f8b95020d7 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 11 Feb 2023 09:51:27 +0000 Subject: [PATCH] cagebreak: depend on wayland-scanner Currently wayland-scanner is defined to be wayland.bin, but we want to split wayland-scanner into a separate package. --- pkgs/applications/window-managers/cagebreak/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/cagebreak/default.nix b/pkgs/applications/window-managers/cagebreak/default.nix index c897e3f66d8f..13618f6afb33 100644 --- a/pkgs/applications/window-managers/cagebreak/default.nix +++ b/pkgs/applications/window-managers/cagebreak/default.nix @@ -19,6 +19,7 @@ , systemd , wayland , wayland-protocols +, wayland-scanner , withXwayland ? true , xwayland , wlroots }: @@ -40,7 +41,7 @@ stdenv.mkDerivation rec { ninja pkg-config scdoc - wayland + wayland-scanner ]; buildInputs = [