Unverified Commit 10e2915d authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.duckduckgo-search: fix (#437859)

parents 11217e27 a30076d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";