screen: split man & info outputs

This commit is contained in:
Doron Behar
2026-01-30 15:34:48 +02:00
parent 9eec5e5d86
commit d11b5674d6
+6
View File
@@ -64,6 +64,12 @@ stdenv.mkDerivation (finalAttrs: {
pam
];
outputs = [
"out"
"info"
"man"
];
meta = {
homepage = "https://www.gnu.org/software/screen/";
description = "Window manager that multiplexes a physical terminal";