ookla-speedtest: split man output (#485344)
This commit is contained in:
@@ -48,9 +48,14 @@ stdenv.mkDerivation {
|
||||
|
||||
installPhase = ''
|
||||
install -D speedtest $out/bin/speedtest
|
||||
install -D speedtest.5 $out/share/man/man5/speedtest.5
|
||||
install -D speedtest.5 $man/share/man/man5/speedtest.5
|
||||
'';
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Command line internet speedtest tool by Ookla";
|
||||
homepage = "https://www.speedtest.net/apps/cli";
|
||||
|
||||
Reference in New Issue
Block a user