python3Packages.slither-analyzer: Fix missing dependency on crytic-compile
This commit is contained in:
parent
f6428fd75e
commit
11d53d30f6
@ -1,7 +1,5 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, makeWrapper, pythonOlder
|
{ lib, buildPythonPackage, fetchPypi, makeWrapper, pythonOlder
|
||||||
, prettytable
|
, crytic-compile, prettytable, setuptools, solc
|
||||||
, setuptools
|
|
||||||
, solc
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -19,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
propagatedBuildInputs = [ prettytable setuptools ];
|
propagatedBuildInputs = [ crytic-compile prettytable setuptools ];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/slither \
|
wrapProgram $out/bin/slither \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user