From bc8596896d19b29789a07c27d418ea5f6dd755ad Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 29 Apr 2023 21:53:44 +0800 Subject: [PATCH] gnome.mutter43: Explicitly add wayland Mutter directly depends on e.g. wayland-server for years. --- pkgs/desktops/gnome/core/mutter/43/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/desktops/gnome/core/mutter/43/default.nix b/pkgs/desktops/gnome/core/mutter/43/default.nix index 5953d00de45f..c68b0dc895a2 100644 --- a/pkgs/desktops/gnome/core/mutter/43/default.nix +++ b/pkgs/desktops/gnome/core/mutter/43/default.nix @@ -45,6 +45,7 @@ , libcap_ng , egl-wayland , graphene +, wayland , wayland-protocols }: @@ -137,6 +138,7 @@ stdenv.mkDerivation (finalAttrs: { libsysprof-capture xkeyboard_config xwayland + wayland wayland-protocols ];