File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
pkgs/development/python-modules/ropgadget Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildPythonPackage ,
44 fetchFromGitHub ,
5+ setuptools ,
56 capstone ,
67 pythonOlder ,
78} :
89
910buildPythonPackage rec {
1011 pname = "ropgadget" ;
11- version = "7.4 " ;
12- format = "setuptools" ;
12+ version = "7.5 " ;
13+ pyproject = true ;
1314
1415 disabled = pythonOlder "3.7" ;
1516
1617 src = fetchFromGitHub {
1718 owner = "JonathanSalwan" ;
1819 repo = "ROPgadget" ;
1920 rev = "refs/tags/v${ version } " ;
20- hash = "sha256-6m8opcTM4vrK+VCPXxNhZttUq6YmS8swLUDhjyfinWE =" ;
21+ hash = "sha256-n7nVtR2HMAZeeSX/hNtDzmpEsnHbgDNO5gdzmPrgSuk =" ;
2122 } ;
2223
23- propagatedBuildInputs = [ capstone ] ;
24+ build-system = [ setuptools ] ;
25+
26+ dependencies = [ capstone ] ;
2427
2528 # Test suite is working with binaries
2629 doCheck = false ;
You can’t perform that action at this time.
0 commit comments