python311Packages.ailment: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 23:08:17 +01:00
parent bb920bf9ff
commit 1e430af6e4

View File

@ -15,16 +15,16 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "angr";
repo = pname;
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-xc9/J360ftynKT5HYNcjR/0WX04DUDmszaAHb8h3Iao=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
pyvex
];