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:
parent
9c8c4159b5
commit
c0033794ba
@ -54,7 +54,7 @@ rec {
|
|||||||
});
|
});
|
||||||
|
|
||||||
dateutil = buildPythonPackage (rec {
|
dateutil = buildPythonPackage (rec {
|
||||||
name = "python-dateutil-1.4.1";
|
name = "dateutil-1.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/p/python-dateutil/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/p/python-dateutil/${name}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user