Commit 056cd18f authored by Doron Behar's avatar Doron Behar
Browse files

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

A fixup to 5e56730e .
parent 489439d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [