pythonPackages.tlsh: broaden platforms

Builds fine on Darwin.
This commit is contained in:
Alyssa Ross 2018-11-15 22:01:53 +00:00
parent ed57f9ff71
commit 0c41685c30
No known key found for this signature in database
GPG Key ID: C4844408C0657052

@ -31,7 +31,7 @@ buildPythonPackage rec {
description = "Trend Micro Locality Sensitive Hash";
homepage = https://github.com/trendmicro/tlsh;
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.unix;
};
}