9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
20 hash = "sha256-9uOv7h5UUWIZTWB7A+7ikG6ReE1FBHIeNAVY6QBhzmE=";
31 pythonImportsCheck = [
36 description = "Classes with architecture-specific information";
37 homepage = "https://github.com/angr/archinfo";
38 license = with licenses; [ bsd2 ];
39 maintainers = with maintainers; [ fab ];