speedtest-cli: use python3
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user