11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 sha256 = "124zajv43wx9l8rvdvmzcnbh0xpzmbn253pznpbjwvygfx16gq02";
23 # The tlsh library's name is just "tlsh"
25 substituteInPlace requirements.txt \
26 --replace-fail "python-tlsh" "tlsh" \
27 --replace-fail "py-tlsh" "tlsh" \
28 --replace-fail "nose>=1.3.7" ""
31 build-system = [ setuptools ];
40 doCheck = false; # no tests
42 pythonImportsCheck = [ "telfhash" ];
45 description = "Symbol hash for ELF files";
46 mainProgram = "telfhash";
47 homepage = "https://github.com/trendmicro/telfhash";
48 license = licenses.asl20;