Loading pkgs/development/python-modules/slither-analyzer/default.nix +13 −5 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchPypi, makeWrapper, pythonOlder , crytic-compile, prettytable, setuptools { lib , stdenv , buildPythonPackage , fetchPypi , makeWrapper , pythonOlder , crytic-compile , prettytable , setuptools , solc # solc is currently broken on Darwin, default to false , solc, withSolc ? !stdenv.isDarwin , withSolc ? !stdenv.isDarwin }: buildPythonPackage rec { Loading Loading @@ -35,6 +43,6 @@ buildPythonPackage rec { ''; homepage = "https://github.com/trailofbits/slither"; license = licenses.agpl3Plus; maintainers = with maintainers; [ asymmetric arturcygan ]; maintainers = with maintainers; [ arturcygan ]; }; } Loading
pkgs/development/python-modules/slither-analyzer/default.nix +13 −5 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchPypi, makeWrapper, pythonOlder , crytic-compile, prettytable, setuptools { lib , stdenv , buildPythonPackage , fetchPypi , makeWrapper , pythonOlder , crytic-compile , prettytable , setuptools , solc # solc is currently broken on Darwin, default to false , solc, withSolc ? !stdenv.isDarwin , withSolc ? !stdenv.isDarwin }: buildPythonPackage rec { Loading Loading @@ -35,6 +43,6 @@ buildPythonPackage rec { ''; homepage = "https://github.com/trailofbits/slither"; license = licenses.agpl3Plus; maintainers = with maintainers; [ asymmetric arturcygan ]; maintainers = with maintainers; [ arturcygan ]; }; }