ookla-speedtest: add mainProgram
This commit is contained in:
parent
13b81db6f3
commit
d8e4fd4b7e
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
{ lib, stdenv, fetchurl }:
|
||||
{ lib, stdenvNoCC, fetchurl }:
|
||||
|
||||
let
|
||||
stdenv = stdenvNoCC;
|
||||
|
||||
pname = "ookla-speedtest";
|
||||
version = "1.2.0";
|
||||
|
||||
|
@ -51,5 +53,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ kranzes ];
|
||||
platforms = lib.attrNames srcs;
|
||||
mainProgram = "speedtest";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue