Loading pkgs/tools/misc/dooit/default.nix +5 −12 Original line number Diff line number Diff line Loading @@ -5,34 +5,27 @@ python3.pkgs.buildPythonApplication rec { pname = "dooit"; version = "1.0.1"; version = "2.0.0"; format = "pyproject"; src = fetchFromGitHub { owner = "kraanzu"; repo = pname; rev = "v${version}"; hash = "sha256-7a6xoqbAmnGVUVppQTSo4hH44XFCqBnF7xO7sOVySY0="; hash = "sha256-Ipj3ltuewbMIUYRffxxPcJgIPxP5dJAkHpo14ZZKq+k="; }; # Required versions not available pythonRelaxDeps = [ "textual" "tzlocal" ]; nativeBuildInputs = with python3.pkgs; [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = with python3.pkgs; [ textual appdirs pyperclip python-dateutil pyyaml dateparser textual tzlocal appdirs ]; # No tests available Loading Loading
pkgs/tools/misc/dooit/default.nix +5 −12 Original line number Diff line number Diff line Loading @@ -5,34 +5,27 @@ python3.pkgs.buildPythonApplication rec { pname = "dooit"; version = "1.0.1"; version = "2.0.0"; format = "pyproject"; src = fetchFromGitHub { owner = "kraanzu"; repo = pname; rev = "v${version}"; hash = "sha256-7a6xoqbAmnGVUVppQTSo4hH44XFCqBnF7xO7sOVySY0="; hash = "sha256-Ipj3ltuewbMIUYRffxxPcJgIPxP5dJAkHpo14ZZKq+k="; }; # Required versions not available pythonRelaxDeps = [ "textual" "tzlocal" ]; nativeBuildInputs = with python3.pkgs; [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = with python3.pkgs; [ textual appdirs pyperclip python-dateutil pyyaml dateparser textual tzlocal appdirs ]; # No tests available Loading