mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
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
Block a user