wayfire.wf-shell: add man output

This commit is contained in:
Sandro Jäckel
2025-11-08 23:26:39 +01:00
parent c241c7eb26
commit 74da087fa8
@@ -17,6 +17,10 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wf-shell";
version = "0.10.0";
outputs = [
"out"
"man"
];
src = fetchFromGitHub {
owner = "WayfireWM";