Loading pkgs/development/python-modules/chalice/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build-system setuptools, Loading @@ -27,6 +28,8 @@ buildPythonPackage rec { version = "1.32.0"; pyproject = true; disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "aws"; repo = "chalice"; Loading Loading
pkgs/development/python-modules/chalice/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build-system setuptools, Loading @@ -27,6 +28,8 @@ buildPythonPackage rec { version = "1.32.0"; pyproject = true; disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "aws"; repo = "chalice"; Loading