From 40ab6cf93ff54c4022a11cacb90c04c734e253e3 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 19 Nov 2022 19:49:59 +0100 Subject: [PATCH] Add an override for mixer --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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: {