quark-engine: remove postPatch section
This commit is contained in:
parent
e58806d008
commit
27854c0cfd
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue