forked from mirrors/nixpkgs
speedtest-cli: use python3
This commit is contained in:
parent
0b488f49fd
commit
43bb45136f
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchFromGitHub, pythonPackages }:
|
{ stdenv, fetchFromGitHub, python3Packages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "speedtest-cli-${version}";
|
name = "speedtest-cli-${version}";
|
||||||
version = "2.0.2";
|
version = "2.0.2";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue