lol

python3Packages.memory-allocator: add pythonImportsCheck

+3 -3
+3 -3
pkgs/development/python-modules/memory-allocator/default.nix
··· 14 14 sha256 = "sha256-UUcR71e3eAQIQpmWM+AVQxVtgHvrNjaIlHo5pURUln0="; 15 15 }; 16 16 17 - propagatedBuildInputs = [ 18 - cython 19 - ]; 17 + propagatedBuildInputs = [ cython ]; 18 + 19 + pythonImportsCheck = [ "memory_allocator" ]; 20 20 21 21 meta = with lib; { 22 22 description = "An extension class to allocate memory easily with cython";