Refactor Nix package definitions for webcomix, colordle, dosage, protonup-qt, qbit-manage, and steam by removing unused variables, improving formatting, and ensuring consistency in dependency handling. Notable changes include the removal of unnecessary checks and whitespace adjustments.
This commit is contained in:
@@ -39,11 +39,11 @@ buildPythonApplication rec {
|
||||
click
|
||||
tqdm
|
||||
scrapy
|
||||
(scrapy-splash.overridePythonAttrs (oldAttrs: {
|
||||
(scrapy-splash.overridePythonAttrs (_oldAttrs: {
|
||||
doCheck = false;
|
||||
nativeCheckInputs = [ ];
|
||||
}))
|
||||
(scrapy-fake-useragent.overridePythonAttrs (oldAttrs: {
|
||||
(scrapy-fake-useragent.overridePythonAttrs (_oldAttrs: {
|
||||
doCheck = false;
|
||||
nativeCheckInputs = [ ];
|
||||
checkPhase = "";
|
||||
@@ -58,7 +58,7 @@ buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
||||
# Skip runtime dependency check due to version mismatches with nixpkgs
|
||||
dontCheckRuntimeDeps = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user