We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b4a94 commit 7f54a72Copy full SHA for 7f54a72
nix/pyfatfs/default.nix
@@ -9,7 +9,7 @@ python3.pkgs.buildPythonApplication rec {
9
10
nativeBuildInputs = with python3.pkgs; [ pytest-runner setuptools-scm ];
11
12
- propagatedBuildInputs = with python3.pkgs; [ fs ];
+ propagatedBuildInputs = with python3.pkgs; [ pip fs ];
13
14
postPatch = ''
15
substituteInPlace ./setup.py --replace 'setuptools_scm~=5.0.0' setuptools_scm
0 commit comments