Skip to content

Commit

Permalink
pythonPackages.slither-analyzer: add setuptools
Browse files Browse the repository at this point in the history
(cherry picked from commit 4ed9036)
  • Loading branch information
Jonathan Ringer authored and worldofpeace committed Oct 9, 2019
1 parent 3fdcd76 commit dd0fac6
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 dd0fac6

Please sign in to comment.