python3.pkgs.beets-audible: fix build by using correct build system

A fixup to 5e56730e6a .
This commit is contained in:
Doron Behar
2026-03-04 11:22:27 +02:00
parent 489439d7eb
commit 056cd18f81
@@ -4,7 +4,7 @@
buildPythonPackage,
# build-system
hatchling,
uv-build,
# native
beets-minimal,
@@ -31,7 +31,7 @@ buildPythonPackage rec {
};
build-system = [
hatchling
uv-build
];
nativeBuildInputs = [