gotop: split man output

This commit is contained in:
Louis Bettens 2022-10-01 10:16:37 +02:00
parent dc5e294e0b
commit 991585e151

View File

@ -10,6 +10,11 @@ buildGoModule rec {
pname = "gotop";
version = "4.2.0";
outputs = [
"out"
"man"
];
src = fetchFromGitHub {
owner = "xxxserxxx";
repo = pname;