Unverified Commit 87ab77ec authored by Maximilian Güntner's avatar Maximilian Güntner
Browse files

python3Packages.mkdocs-redoc-tag: fix broken checkPhase

parent 375ab118
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  pytestFlags = [ "-s" ];

  meta = with lib; {
    description = "MkDocs plugin supports for add Redoc UI in page";
    homepage = "https://github.com/blueswen/mkdocs-redoc-tag";