python312Packages.tlsh: enable pythonImportsCheck

This commit is contained in:
natsukium 2024-09-29 11:22:33 +09:00
parent cabaa39925
commit 88a8c2dcbd
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -29,6 +29,8 @@ buildPythonPackage rec {
cd ../py_ext
'';
pythonImportsCheck = [ "tlsh" ];
meta = with lib; {
description = "Trend Micro Locality Sensitive Hash";
homepage = "https://tlsh.org/";