From 6493795ce32737280ac4e70deed274ceb351a23d Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 22 Nov 2025 14:21:53 +0800 Subject: [PATCH] wayfire-with-plugins: Fix nixosTests.mate-wayland eval error: attribute 'man' missing ref: c241c7eb266dd4a4d7c2d33e96faa62e62ea9858 --- pkgs/applications/window-managers/wayfire/wrapper.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/window-managers/wayfire/wrapper.nix b/pkgs/applications/window-managers/wayfire/wrapper.nix index ae6866b6c44c..43831003b6e6 100644 --- a/pkgs/applications/window-managers/wayfire/wrapper.nix +++ b/pkgs/applications/window-managers/wayfire/wrapper.nix @@ -31,6 +31,7 @@ symlinkJoin { }; meta = wayfire.meta // { + outputsToInstall = [ "out" ]; # To prevent builds on hydra hydraPlatforms = [ ]; # prefer wrapper over the package