10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-uTkPDhk4Ugyb9HV/0PMwWpuNajpzfTn1dg7gsQnc/zg=";
28 propagatedBuildInputs = lib.optionals (pythonOlder "3.11") [
36 pythonImportsCheck = [
41 description = "Classes with architecture-specific information";
42 homepage = "https://github.com/angr/archinfo";
43 license = with licenses; [ bsd2 ];
44 maintainers = with maintainers; [ fab ];