Loading pkgs/development/python-modules/angrop/default.nix +11 −14 Original line number Diff line number Diff line { lib , angr , buildPythonPackage , fetchFromGitHub , progressbar , pythonOlder , setuptools , tqdm { lib, angr, buildPythonPackage, fetchFromGitHub, progressbar, pythonOlder, setuptools, tqdm, }: buildPythonPackage rec { Loading @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-T07Y23UDp9eL2DK5gakV8kPNGsXf+4EofZJDSW/JS1Q="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ angr Loading @@ -36,9 +35,7 @@ buildPythonPackage rec { # cle is executing the tests with the angr binaries already and is a requirement of angr doCheck = false; pythonImportsCheck = [ "angrop" ]; pythonImportsCheck = [ "angrop" ]; meta = with lib; { description = "ROP gadget finder and chain builder"; Loading Loading
pkgs/development/python-modules/angrop/default.nix +11 −14 Original line number Diff line number Diff line { lib , angr , buildPythonPackage , fetchFromGitHub , progressbar , pythonOlder , setuptools , tqdm { lib, angr, buildPythonPackage, fetchFromGitHub, progressbar, pythonOlder, setuptools, tqdm, }: buildPythonPackage rec { Loading @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-T07Y23UDp9eL2DK5gakV8kPNGsXf+4EofZJDSW/JS1Q="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ angr Loading @@ -36,9 +35,7 @@ buildPythonPackage rec { # cle is executing the tests with the angr binaries already and is a requirement of angr doCheck = false; pythonImportsCheck = [ "angrop" ]; pythonImportsCheck = [ "angrop" ]; meta = with lib; { description = "ROP gadget finder and chain builder"; Loading