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

wayfire.wf-shell: add man output

parent c241c7eb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@
stdenv.mkDerivation (finalAttrs: {
  pname = "wf-shell";
  version = "0.10.0";
  outputs = [
    "out"
    "man"
  ];

  src = fetchFromGitHub {
    owner = "WayfireWM";