python3Packages.duckduckgo-search: fix (#437859)
This commit is contained in:
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
|
||||
doCheck = false; # tests require network access
|
||||
|
||||
pythonImportsCheck = [ "duckduckgo_search" ];
|
||||
pythonImportsCheck = [ "ddgs" ];
|
||||
|
||||
meta = {
|
||||
description = "Python CLI and library for searching for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine";
|
||||
|
||||
Reference in New Issue
Block a user