Loading pkgs/tools/misc/doitlive/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,16 @@ python3Packages.buildPythonApplication rec { pname = "doitlive"; version = "4.3.0"; version = "5.0.0"; pyproject = true; src = fetchPypi { inherit pname version; sha256 = "03qrs032x206xrl0x3z0fpvxgjivzz9rkmb11bqlk1id10707cac"; hash = "sha256-jAoibszDpQJjiNCZDhX3fLniALOG7r9YqaYEySkmMM4="; }; nativeBuildInputs = with python3Packages; [ setuptools ]; propagatedBuildInputs = with python3Packages; [ click click-completion click-didyoumean ]; # disable tests (too many failures) Loading @@ -16,7 +19,8 @@ python3Packages.buildPythonApplication rec { meta = with lib; { description = "Tool for live presentations in the terminal"; homepage = "https://pypi.python.org/pypi/doitlive"; homepage = "https://github.com/sloria/doitlive"; changelog = "https://github.com/sloria/doitlive/blob/${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ mbode ]; mainProgram = "doitlive"; Loading Loading
pkgs/tools/misc/doitlive/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,16 @@ python3Packages.buildPythonApplication rec { pname = "doitlive"; version = "4.3.0"; version = "5.0.0"; pyproject = true; src = fetchPypi { inherit pname version; sha256 = "03qrs032x206xrl0x3z0fpvxgjivzz9rkmb11bqlk1id10707cac"; hash = "sha256-jAoibszDpQJjiNCZDhX3fLniALOG7r9YqaYEySkmMM4="; }; nativeBuildInputs = with python3Packages; [ setuptools ]; propagatedBuildInputs = with python3Packages; [ click click-completion click-didyoumean ]; # disable tests (too many failures) Loading @@ -16,7 +19,8 @@ python3Packages.buildPythonApplication rec { meta = with lib; { description = "Tool for live presentations in the terminal"; homepage = "https://pypi.python.org/pypi/doitlive"; homepage = "https://github.com/sloria/doitlive"; changelog = "https://github.com/sloria/doitlive/blob/${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ mbode ]; mainProgram = "doitlive"; Loading