Unverified Commit 39f48152 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

python3Packages.marimo: fix build with uv_build 0.9.0

parent 98b7ba06
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchpatch2,
  fetchPypi,
  pythonOlder,

@@ -42,6 +43,15 @@ buildPythonPackage rec {
    hash = "sha256-cmkz/ZyVYfpz4yOxghsXPF4PhRluwqSXo1CcwvwkXFg=";
  };

  patches = [
    # https://github.com/marimo-team/marimo/pull/6714
    (fetchpatch2 {
      name = "uv-build.patch";
      url = "https://github.com/Prince213/marimo/commit/b1c690e82e8117c451a74fdf172eb51a4861853d.patch?full_index=1";
      hash = "sha256-iFS5NSGjaGdECRk0LCRSA8XzRb1/sVSZCTRLy6taHNU=";
    })
  ];

  build-system = [ uv-build ];

  dependencies = [