From b62084fcf32b64d0b2b3ff24396b115570a228af Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Mon, 16 Oct 2023 08:30:30 +0200 Subject: [PATCH] chore(deps): adapt nix derivation for pyfatfs. --- nix/pyfatfs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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