Fix a typo in beautifulsoup name
This commit is contained in:
parent
de5be50b2d
commit
45f8ec426a
@ -194,8 +194,8 @@ let pythonPackages = python.modules // rec {
|
|||||||
propagatedBuildInputs = [logilabCommon];
|
propagatedBuildInputs = [logilabCommon];
|
||||||
};
|
};
|
||||||
|
|
||||||
beautifulsoap = buildPythonPackage (rec {
|
beautifulsoup = buildPythonPackage (rec {
|
||||||
name = "beautifulsoap-3.0.8";
|
name = "beautifulsoup-3.0.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.0.8.tar.gz";
|
url = "http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.0.8.tar.gz";
|
||||||
@ -213,6 +213,7 @@ let pythonPackages = python.modules // rec {
|
|||||||
description = "Undemanding HTML/XML parser";
|
description = "Undemanding HTML/XML parser";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
beautifulsoap = builtins.trace "beatifulsoap is a typo" beautifulsoup;
|
||||||
|
|
||||||
|
|
||||||
# euca2ools (and maybe Nova) needs boto 1.9, 2.0 doesn't work.
|
# euca2ools (and maybe Nova) needs boto 1.9, 2.0 doesn't work.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user