diff --git a/flake.nix b/flake.nix index b32f4b6..ddccf53 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,14 @@ )); overrides = (self: super: { + future = super.future.overridePythonAttrs ( + old: { + buildInputs = (old.buildInputs or [ ]) ++ [ + self.setuptools + ]; + } + ); + fcspline = super.fcspline.overridePythonAttrs ( old: { buildInputs = (old.buildInputs or [ ]) ++ [