9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.5";
16 src = fetchFromGitHub {
20 sha256 = "012bh1l2w7i9q8rcnznj3x0lra09d5yxd3r42cbrqdwl1mmg26qn";
29 # TypeError: __init__() missing 3 required positional...
33 pythonImportsCheck = [ "distorm3" ];
36 description = "Disassembler library for x86/AMD64";
37 homepage = "https://github.com/gdabah/distorm";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ fab ];