webcomix patched for 25.11
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user