Unverified Commit 88a8c2dc authored by natsukium's avatar natsukium
Browse files

python312Packages.tlsh: enable pythonImportsCheck

parent cabaa399
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ buildPythonPackage rec {
    cd ../py_ext
  '';

  pythonImportsCheck = [ "tlsh" ];

  meta = with lib; {
    description = "Trend Micro Locality Sensitive Hash";
    homepage = "https://tlsh.org/";