wayfire.wf-shell: add man output
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "wf-shell";
|
||||
version = "0.10.0";
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "WayfireWM";
|
||||
|
||||
Reference in New Issue
Block a user