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