From 74da087fa89bf9eb646875042dd50815ef364a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 8 Nov 2025 23:26:39 +0100 Subject: [PATCH] wayfire.wf-shell: add man output --- pkgs/applications/window-managers/wayfire/wf-shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/window-managers/wayfire/wf-shell.nix b/pkgs/applications/window-managers/wayfire/wf-shell.nix index 2405290947e5..0ad7e8efea7e 100644 --- a/pkgs/applications/window-managers/wayfire/wf-shell.nix +++ b/pkgs/applications/window-managers/wayfire/wf-shell.nix @@ -17,6 +17,10 @@ stdenv.mkDerivation (finalAttrs: { pname = "wf-shell"; version = "0.10.0"; + outputs = [ + "out" + "man" + ]; src = fetchFromGitHub { owner = "WayfireWM";