speedtest-cli: drop the "python2.7-" name prefix

This commit is contained in:
Bjørn Forsman 2015-02-17 20:15:08 +01:00
parent ea6a9a2281
commit 9b79a35371

View file

@ -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";