Fix a typo in beautifulsoup name

This commit is contained in:
Michael Raskin 2012-09-13 13:59:48 +04:00
parent de5be50b2d
commit 45f8ec426a

View File

@ -194,8 +194,8 @@ let pythonPackages = python.modules // rec {
propagatedBuildInputs = [logilabCommon];
};
beautifulsoap = buildPythonPackage (rec {
name = "beautifulsoap-3.0.8";
beautifulsoup = buildPythonPackage (rec {
name = "beautifulsoup-3.0.8";
src = fetchurl {
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";
};
});
beautifulsoap = builtins.trace "beatifulsoap is a typo" beautifulsoup;
# euca2ools (and maybe Nova) needs boto 1.9, 2.0 doesn't work.