mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
tlsh: 3.4.1 -> 3.4.5, disable tests
This commit is contained in:
parent
cc960f658c
commit
6dbec4451c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user