python3.pkgs.mistune: add pythonImportsCheck

This commit is contained in:
Dmitry Bogatov 2021-04-03 00:00:00 +00:00 committed by Sandro Jäckel
parent b6bb9ebd41
commit 403481caf9
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,6 +9,7 @@ buildPythonPackage rec {
}; };
buildInputs = [ nose ]; buildInputs = [ nose ];
pythonImportsCheck = [ "mistune" ];
meta = with lib; { meta = with lib; {
description = "The fastest markdown parser in pure Python"; description = "The fastest markdown parser in pure Python";