Skip to content

Commit 7f54a72

Browse files
committed
chore(deps): adapt nix derivation for pyfatfs.
1 parent 16b4a94 commit 7f54a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/pyfatfs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python3.pkgs.buildPythonApplication rec {
99

1010
nativeBuildInputs = with python3.pkgs; [ pytest-runner setuptools-scm ];
1111

12-
propagatedBuildInputs = with python3.pkgs; [ fs ];
12+
propagatedBuildInputs = with python3.pkgs; [ pip fs ];
1313

1414
postPatch = ''
1515
substituteInPlace ./setup.py --replace 'setuptools_scm~=5.0.0' setuptools_scm

0 commit comments

Comments
 (0)