From a1fc43f7efb744f48006eb829e7e74abee5df8cd Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 16 Oct 2025 12:07:32 +0300 Subject: [PATCH] beetsPackages.filetote: put build-system nearer src --- pkgs/tools/audio/beets/plugins/filetote.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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