mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
speedtest-cli: drop the "python2.7-" name prefix
This commit is contained in:
parent
ea6a9a2281
commit
9b79a35371
|
@ -3,6 +3,7 @@
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "speedtest-cli-${version}";
|
name = "speedtest-cli-${version}";
|
||||||
version = "0.3.1";
|
version = "0.3.1";
|
||||||
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/s/speedtest-cli/speedtest-cli-${version}.tar.gz";
|
url = "https://pypi.python.org/packages/source/s/speedtest-cli/speedtest-cli-${version}.tar.gz";
|
||||||
|
|
Loading…
Reference in a new issue