Loading pkgs/development/python-modules/icalendar/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -9,12 +9,19 @@ tzdata, hypothesis, pytestCheckHook, sphinxHook, sphinx-copybutton, pydata-sphinx-theme, }: buildPythonPackage rec { version = "6.3.1"; pname = "icalendar"; pyproject = true; outputs = [ "out" "doc" ]; src = fetchFromGitHub { owner = "collective"; Loading @@ -39,6 +46,12 @@ buildPythonPackage rec { tzdata ]; nativeBuildInputs = [ sphinxHook sphinx-copybutton pydata-sphinx-theme ]; nativeCheckInputs = [ hypothesis pytestCheckHook Loading Loading
pkgs/development/python-modules/icalendar/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -9,12 +9,19 @@ tzdata, hypothesis, pytestCheckHook, sphinxHook, sphinx-copybutton, pydata-sphinx-theme, }: buildPythonPackage rec { version = "6.3.1"; pname = "icalendar"; pyproject = true; outputs = [ "out" "doc" ]; src = fetchFromGitHub { owner = "collective"; Loading @@ -39,6 +46,12 @@ buildPythonPackage rec { tzdata ]; nativeBuildInputs = [ sphinxHook sphinx-copybutton pydata-sphinx-theme ]; nativeCheckInputs = [ hypothesis pytestCheckHook Loading