diff --git a/pkgs/tools/audio/beets/plugins/filetote.nix b/pkgs/tools/audio/beets/plugins/filetote.nix index 62af7d48b2a4..9f2c49375639 100644 --- a/pkgs/tools/audio/beets/plugins/filetote.nix +++ b/pkgs/tools/audio/beets/plugins/filetote.nix @@ -23,12 +23,14 @@ python3Packages.buildPythonApplication rec { substituteInPlace pyproject.toml --replace-fail "poetry-core<2.0.0" "poetry-core" ''; + build-system = [ + python3Packages.poetry-core + ]; + nativeBuildInputs = [ beets ]; - build-system = [ python3Packages.poetry-core ]; - dependencies = with python3Packages; [ mediafile reflink