fix typos: beautifulSoup instead of beautifulSoap
authored by: chaoflow, goibhniu svn path=/nixpkgs/branches/stdenv-updates/; revision=32622
This commit is contained in:
parent
c8dc35ac72
commit
944083026b
|
@ -136,8 +136,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";
|
||||
|
|
Loading…
Reference in New Issue