mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +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 {
|
||||
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 a new issue