Commit fcbd3357 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.aiolifx-themes: remoive stale postPatch section

parent 10b84133
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
buildPythonPackage rec {
  pname = "aiolifx-themes";
  version = "0.4.10";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.9";

@@ -31,11 +31,6 @@ buildPythonPackage rec {
      --replace "typer = " "# unused: typer = "
  '';

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace 'aiolifx = "^0.8.6"' 'aiolifx = "*"'
  '';

  nativeBuildInputs = [
    poetry-core
  ];