python3Packages.memory-allocator: add pythonImportsCheck

This commit is contained in:
Mauricio Collares
2021-08-22 14:16:35 -03:00
parent 46c3703ec1
commit 1a5be74ddd
@@ -14,9 +14,9 @@ buildPythonPackage rec {
sha256 = "sha256-UUcR71e3eAQIQpmWM+AVQxVtgHvrNjaIlHo5pURUln0=";
};
propagatedBuildInputs = [
cython
];
propagatedBuildInputs = [ cython ];
pythonImportsCheck = [ "memory_allocator" ];
meta = with lib; {
description = "An extension class to allocate memory easily with cython";