Loading pkgs/tools/admin/aws-mfa/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,14 @@ , buildPythonApplication , fetchFromGitHub , fetchpatch , setuptools , boto3 }: buildPythonApplication rec { pname = "aws-mfa"; version = "0.0.12"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "broamski"; Loading @@ -26,7 +27,11 @@ buildPythonApplication rec { }) ]; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ boto3 ]; Loading Loading
pkgs/tools/admin/aws-mfa/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,14 @@ , buildPythonApplication , fetchFromGitHub , fetchpatch , setuptools , boto3 }: buildPythonApplication rec { pname = "aws-mfa"; version = "0.0.12"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "broamski"; Loading @@ -26,7 +27,11 @@ buildPythonApplication rec { }) ]; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ boto3 ]; Loading