Loading pkgs/tools/admin/gixy/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ in python.pkgs.buildPythonApplication rec { pname = "gixy"; version = "0.1.20"; format = "setuptools"; # package is only compatible with python 2.7 and 3.5+ disabled = with python.pkgs; !(pythonAtLeast "3.5" || isPy27); Loading @@ -42,7 +43,7 @@ python.pkgs.buildPythonApplication rec { configargparse pyparsing jinja2 nose nose3 setuptools six ]; Loading Loading
pkgs/tools/admin/gixy/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ in python.pkgs.buildPythonApplication rec { pname = "gixy"; version = "0.1.20"; format = "setuptools"; # package is only compatible with python 2.7 and 3.5+ disabled = with python.pkgs; !(pythonAtLeast "3.5" || isPy27); Loading @@ -42,7 +43,7 @@ python.pkgs.buildPythonApplication rec { configargparse pyparsing jinja2 nose nose3 setuptools six ]; Loading