Commit a30076d5 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.duckduckgo-search: fix

parent eefd342e
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";