forked from mirrors/nixpkgs
pythonPackages.tlsh: broaden platforms
Builds fine on Darwin.
This commit is contained in:
parent
ed57f9ff71
commit
0c41685c30
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue