mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
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];
|
||||
};
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user