Commit 6667f820 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.rtfde: relax lark

parent dab99837
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,12 @@ buildPythonPackage rec {
    hash = "sha256-ai9JQ3gphY/IievBNdHiblIpc0IPS9wp7CVvBIRzG/4=";
  };

  postPatch = ''
    # https://github.com/seamustuohy/RTFDE/issues/31
    substituteInPlace setup.py \
      --replace-fail "==" ">="
  '';

  build-system = [
    setuptools
  ];