beetsPackages.alternatives: use correct category for poetry-core

This commit is contained in:
Doron Behar
2025-10-27 15:38:19 +02:00
parent 7c88e84a93
commit 1f6d9c8190
@@ -30,12 +30,12 @@ python3Packages.buildPythonApplication rec {
})
];
nativeBuildInputs = [
beets
build-system = [
python3Packages.poetry-core
];
dependencies = [
python3Packages.poetry-core
nativeBuildInputs = [
beets
];
nativeCheckInputs =