speedtest-cli: drop the "python2.7-" name prefix
This commit is contained in:
parent
ea6a9a2281
commit
9b79a35371
@ -3,6 +3,7 @@
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "speedtest-cli-${version}";
|
||||
version = "0.3.1";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/s/speedtest-cli/speedtest-cli-${version}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user