From cde1d33e6149e671fda33b6b6a9f43552a38c5fa Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 14 Nov 2020 23:49:14 +0100 Subject: [PATCH] sway: remove test dependency on xwayland --- tests/modules/services/window-managers/sway/sway-default.nix | 1 + tests/modules/services/window-managers/sway/sway-post-2003.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/modules/services/window-managers/sway/sway-default.nix b/tests/modules/services/window-managers/sway/sway-default.nix index 09c388c1c..1c43409d9 100644 --- a/tests/modules/services/window-managers/sway/sway-default.nix +++ b/tests/modules/services/window-managers/sway/sway-default.nix @@ -21,6 +21,7 @@ with lib; outPath = "@rxvt-unicode-unwrapped@"; }; i3status = self.dummy-package // { outPath = "@i3status@"; }; + xwayland = self.dummy-package // { outPath = "@xwayland@"; }; }) ]; diff --git a/tests/modules/services/window-managers/sway/sway-post-2003.nix b/tests/modules/services/window-managers/sway/sway-post-2003.nix index 3eab6538e..f83bcad89 100644 --- a/tests/modules/services/window-managers/sway/sway-post-2003.nix +++ b/tests/modules/services/window-managers/sway/sway-post-2003.nix @@ -23,6 +23,7 @@ with lib; outPath = "@rxvt-unicode-unwrapped@"; }; i3status = self.dummy-package // { outPath = "@i3status@"; }; + xwayland = self.dummy-package // { outPath = "@xwayland@"; }; }) ];