quark-engine: remove postPatch section

This commit is contained in:
Fabian Affolter 2023-02-26 14:22:17 +01:00
parent e58806d008
commit 27854c0cfd

View file

@ -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;