Skip to content

Commit

Permalink
chore(deps): adapt nix derivation for pyfatfs.
Browse files Browse the repository at this point in the history
  • Loading branch information
qkaiser committed Oct 26, 2023
1 parent 16b4a94 commit 7f54a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pyfatfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f54a72

Please sign in to comment.