diff --git a/nix/pyfatfs/default.nix b/nix/pyfatfs/default.nix index 5dd32a25fc..15377866e6 100644 --- a/nix/pyfatfs/default.nix +++ b/nix/pyfatfs/default.nix @@ -9,7 +9,7 @@ python3.pkgs.buildPythonApplication rec { nativeBuildInputs = with python3.pkgs; [ pytest-runner setuptools-scm ]; - propagatedBuildInputs = with python3.pkgs; [ fs ]; + propagatedBuildInputs = with python3.pkgs; [ pip fs ]; postPatch = '' substituteInPlace ./setup.py --replace 'setuptools_scm~=5.0.0' setuptools_scm