diff --git a/flake.nix b/flake.nix index 3632149..d740419 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,12 @@ buildInputs = (old.buildInputs or [ ]) ++ [ super.flit-scm ]; } ); + mixer = super.mixer.overridePythonAttrs + ( + old: { + buildInputs = (old.buildInputs or [ ]) ++ [ super.setuptools ]; + } + ); python-monkey-business = super.python-monkey-business.overridePythonAttrs ( old: {