gotop: split man output
This commit is contained in:
parent
dc5e294e0b
commit
991585e151
@ -10,6 +10,11 @@ buildGoModule rec {
|
||||
pname = "gotop";
|
||||
version = "4.2.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xxxserxxx";
|
||||
repo = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user