Commit 27854c0c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

quark-engine: remove postPatch section

parent e58806d0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -30,11 +30,6 @@ python3.pkgs.buildPythonApplication rec {
    tqdm
  ];

  postPatch = ''
    substituteInPlace setup.py \
      --replace "prompt-toolkit==3.0.19" "prompt-toolkit>=3.0.19"
  '';

  # Project has no tests
  doCheck = false;