python3Packages.duckduckgo-search: fix (#437859)

This commit is contained in:
Gaétan Lepage
2025-08-28 12:18:00 +02:00
committed by GitHub
@@ -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";