ookla-speedtest: split man output (#485344)

This commit is contained in:
Doron Behar
2026-02-01 10:20:29 +00:00
committed by GitHub
+6 -1
View File
@@ -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";