python310Packages.angr: remove unicorn override (fixes #120113)

This commit is contained in:
Fabian Affolter 2022-11-24 09:36:51 +01:00
parent cd77d358f9
commit e11030af6e

View file

@ -22,28 +22,13 @@
, pycparser
, pythonOlder
, pyvex
, sympy
, sqlalchemy
, rpyc
, sortedcontainers
, sqlalchemy
, sympy
, unicorn
}:
let
# Only the pinned release in setup.py works properly
unicorn' = unicorn.overridePythonAttrs (old: rec {
pname = "unicorn";
version = "1.0.2-rc4";
src = fetchFromGitHub {
owner = "unicorn-engine";
repo = pname;
rev = version;
sha256 = "17nyccgk7hpc4hab24yn57f1xnmr7kq4px98zbp2bkwcrxny8gwy";
};
doCheck = false;
});
in
buildPythonPackage rec {
pname = "angr";
version = "9.2.25";
@ -82,7 +67,7 @@ buildPythonPackage rec {
sortedcontainers
sqlalchemy
sympy
unicorn'
unicorn
];
setupPyBuildFlags = lib.optionals stdenv.isLinux [