Skip to content

Commit

Permalink
pythonPackages.slither-analyzer: add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Oct 9, 2019
1 parent e14ccd7 commit 4ed9036
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/slither-analyzer/default.nix
@@ -1,4 +1,8 @@
{ lib, buildPythonPackage, fetchPypi, makeWrapper, prettytable, pythonOlder, solc }:
{ lib, buildPythonPackage, fetchPypi, makeWrapper, pythonOlder
, prettytable
, setuptools
, solc
}:

buildPythonPackage rec {
pname = "slither-analyzer";
Expand All @@ -15,7 +19,7 @@ buildPythonPackage rec {
};

nativeBuildInputs = [ makeWrapper ];
propagatedBuildInputs = [ prettytable ];
propagatedBuildInputs = [ prettytable setuptools ];

postFixup = ''
wrapProgram $out/bin/slither \
Expand Down

0 comments on commit 4ed9036

Please sign in to comment.