beetsPackages.filetote: put build-system nearer src

This commit is contained in:
Doron Behar
2025-10-27 15:38:22 +02:00
parent 5b12b31e54
commit a1fc43f7ef
+4 -2
View File
@@ -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