lnav: split man output (#485316)

This commit is contained in:
Guillaume Girol
2026-01-30 13:37:38 +00:00
committed by GitHub
+5
View File
@@ -82,6 +82,11 @@ stdenv.mkDerivation (finalAttrs: {
extraArgs = [ "--version-regex=^v(\\d+(?:\\.\\d+)*)$" ];
};
outputs = [
"out"
"man"
];
meta = {
homepage = "https://github.com/tstack/lnav";
description = "Logfile Navigator";