python3.pkgs.mistune: add pythonImportsCheck
This commit is contained in:
parent
b6bb9ebd41
commit
403481caf9
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user