tlsh: 3.4.1 -> 3.4.5, disable tests

This commit is contained in:
Domen Kožar 2016-01-24 16:45:33 +01:00
parent cc960f658c
commit 6dbec4451c

View file

@ -23216,14 +23216,16 @@ in modules // {
}; };
tlsh = buildPythonPackage rec { tlsh = buildPythonPackage rec {
name = "tlsh-3.4.1"; name = "tlsh-3.4.5";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "trendmicro"; owner = "trendmicro";
repo = "tlsh"; repo = "tlsh";
rev = "b319aed6a270cc765347296b442820c495018833"; rev = "22fa9a62068b92c63f2b5a87004a7a7ceaac1930";
sha256 = "08ysniihvidcyvh9zip64wwvj7mvxvsqs60ci8cxj28f1ip0n8wg"; sha256 = "1ydliir308xn4ywy705mmsh7863ldlixdvpqwdhbipzq9vfpmvll";
}; };
buildInputs = with pkgs; [ cmake ]; buildInputs = with pkgs; [ cmake ];
# no test data
doCheck = false;
preConfigure = '' preConfigure = ''
mkdir build mkdir build
cd build cd build