X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/1e51262909ed85fcf1016973e6baff2487d889e1..36ae1d5f39e74dc6c6cc1cd253d029f86003c83f:/default.nix diff --git a/default.nix b/default.nix index 6bbed22..58f9886 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,7 @@ pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, makeWrapper nativeBuildInputs = [ makeWrapper ]; propagatedBuildInputs = [ beautifulsoup4 requests requests-cache xdg-base-dirs ]; - nativeCheckInputs = [ mypy types-beautifulsoup4 types-requests ] + nativeCheckInputs = [ mypy pandoc-cli types-beautifulsoup4 types-requests ] ++ lib.optionals lint [ autopep8 pylint ]; doCheck = true; checkPhase = "./test.sh";