python311Packages.ailment: update disabled

This commit is contained in:
Fabian Affolter
2023-10-12 14:27:05 +02:00
parent c92ab33f23
commit 8718efadd1
@@ -9,9 +9,9 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.72";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "angr";
@@ -31,7 +31,9 @@ buildPythonPackage rec {
# Tests depend on angr (possibly a circular dependency)
doCheck = false;
#pythonImportsCheck = [ "ailment" ];
pythonImportsCheck = [
"ailment"
];
meta = with lib; {
description = "The angr Intermediate Language";