webcomix patched for 25.11

This commit is contained in:
Danilo Reyes
2025-11-08 20:21:19 -06:00
parent 07daae7770
commit 093ccf90cb
3 changed files with 15 additions and 7 deletions

View File

@@ -39,8 +39,16 @@ buildPythonApplication rec {
click
tqdm
scrapy
scrapy-splash
scrapy-fake-useragent
(scrapy-splash.overridePythonAttrs (oldAttrs: {
doCheck = false;
nativeCheckInputs = [ ];
}))
(scrapy-fake-useragent.overridePythonAttrs (oldAttrs: {
doCheck = false;
nativeCheckInputs = [ ];
checkPhase = "";
preCheck = "";
}))
pytest-rerunfailures
docker
];