From 5ff7fdc39e127abc165ca9bdaa0a976ace1f88cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 31 Aug 2024 11:40:55 +0200 Subject: [PATCH] wayfirePlugins.wayfire-plugins-extra: fix build, missing wayland-scanner --- .../window-managers/wayfire/wayfire-plugins-extra.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix b/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix index e0122d287611..5b4161cc4543 100644 --- a/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix +++ b/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix @@ -5,6 +5,7 @@ , ninja , pkg-config , wayfire +, wayland-scanner , wf-config , libevdev , libinput @@ -29,6 +30,7 @@ stdenv.mkDerivation (finalAttrs: { meson ninja pkg-config + wayland-scanner ]; buildInputs = [