mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Revert "fix typos: beautifulSoup instead of beautifulSoap"
This reverts commit 679936bfcf8519321087d1ba06bdf91444c3c55f. svn path=/nixpkgs/branches/stdenv-updates/; revision=32646
This commit is contained in:
parent
457aabfad8
commit
c444dd1df0
@ -136,8 +136,8 @@ let pythonPackages = python.modules // rec {
|
|||||||
propagatedBuildInputs = [logilabCommon];
|
propagatedBuildInputs = [logilabCommon];
|
||||||
};
|
};
|
||||||
|
|
||||||
beautifulsoup = buildPythonPackage (rec {
|
beautifulsoap = buildPythonPackage (rec {
|
||||||
name = "beautifulsoup-3.0.8";
|
name = "beautifulsoap-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";
|
||||||
|
Loading…
Reference in New Issue
Block a user