python3.pkgs.beets-audible: fix build by using correct build system
A fixup to 5e56730e6a .
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user