Unverified Commit c241c7eb authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

wayfire: add man output

parent 84143841
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@ stdenv.mkDerivation (finalAttrs: {
  pname = "wayfire";
  version = "0.10.0";

  outputs = [
    "out"
    "man"
  ];

  src = fetchFromGitHub {
    owner = "WayfireWM";
    repo = "wayfire";