As ludo attented, I remove the 'python-' name prefix for

the dateutil python package.
I initially wrote it because the original name includes it, but
I agree we better don't have it named "python-python-dateutil".


svn path=/nixpkgs/trunk/; revision=19343
This commit is contained in:
Lluís Batlle i Rossell 2010-01-10 20:31:05 +00:00
parent 9c8c4159b5
commit c0033794ba

View File

@ -54,7 +54,7 @@ rec {
});
dateutil = buildPythonPackage (rec {
name = "python-dateutil-1.4.1";
name = "dateutil-1.4.1";
src = fetchurl {
url = "http://pypi.python.org/packages/source/p/python-dateutil/${name}.tar.gz";