wayfire: add man output

This commit is contained in:
Sandro Jäckel
2025-11-17 21:46:08 +01:00
parent 8414384155
commit c241c7eb26
@@ -35,6 +35,11 @@ stdenv.mkDerivation (finalAttrs: {
pname = "wayfire";
version = "0.10.0";
outputs = [
"out"
"man"
];
src = fetchFromGitHub {
owner = "WayfireWM";
repo = "wayfire";