beetsPackages.filetote: put build-system nearer src
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user